systemd: fixed I/O of services

master
Harald Hoyer 2012-06-21 01:08:29 +02:00
parent b03e991113
commit e08710a289
4 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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