systemd: fixed I/O of services
parent
b03e991113
commit
e08710a289
|
|
@ -18,9 +18,9 @@ Environment=HOME=/
|
||||||
WorkingDirectory=/
|
WorkingDirectory=/
|
||||||
ExecStart=-/bin/dracut-initqueue
|
ExecStart=-/bin/dracut-initqueue
|
||||||
Type=simple
|
Type=simple
|
||||||
StandardInput=tty
|
StandardInput=null
|
||||||
StandardOutput=journal+console
|
StandardOutput=syslog
|
||||||
StandardError=inherit
|
StandardError=syslog+console
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
||||||
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ Environment=HOME=/
|
||||||
WorkingDirectory=/
|
WorkingDirectory=/
|
||||||
ExecStart=-/bin/dracut-pre-pivot
|
ExecStart=-/bin/dracut-pre-pivot
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
StandardInput=tty
|
StandardInput=null
|
||||||
StandardOutput=journal+console
|
StandardOutput=syslog
|
||||||
StandardError=inherit
|
StandardError=syslog+console
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
||||||
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,9 @@ Environment=HOME=/
|
||||||
WorkingDirectory=/
|
WorkingDirectory=/
|
||||||
ExecStart=-/bin/dracut-pre-trigger
|
ExecStart=-/bin/dracut-pre-trigger
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
StandardInput=tty
|
StandardInput=null
|
||||||
StandardOutput=journal+console
|
StandardOutput=syslog
|
||||||
StandardError=inherit
|
StandardError=syslog+console
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
||||||
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,9 @@ Environment=HOME=/
|
||||||
WorkingDirectory=/
|
WorkingDirectory=/
|
||||||
ExecStart=-/bin/dracut-pre-udev
|
ExecStart=-/bin/dracut-pre-udev
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
StandardInput=tty
|
StandardInput=null
|
||||||
StandardOutput=journal+console
|
StandardOutput=syslog
|
||||||
StandardError=inherit
|
StandardError=syslog+console
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
||||||
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue