]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: fixed I/O of services
authorHarald Hoyer <harald@redhat.com>
Wed, 20 Jun 2012 23:08:29 +0000 (01:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 20 Jun 2012 23:11:44 +0000 (01:11 +0200)
modules.d/98systemd/dracut-initqueue.service
modules.d/98systemd/dracut-pre-pivot.service
modules.d/98systemd/dracut-pre-trigger.service
modules.d/98systemd/dracut-pre-udev.service

index 89aa304c64b0f358145ef0ce5a6b84cf5acf8d75..4f86eafa4ba4599f22b0e75b5d1db467e32661d0 100644 (file)
@@ -18,9 +18,9 @@ Environment=HOME=/
 WorkingDirectory=/
 ExecStart=-/bin/dracut-initqueue
 Type=simple
-StandardInput=tty
-StandardOutput=journal+console
-StandardError=inherit
+StandardInput=null
+StandardOutput=syslog
+StandardError=syslog+console
 KillMode=process
 
 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
index 0e04cb425af7c83fc27541a497438857d6da4726..e61750b83e8f19ffdc39df6a691b540984e4562f 100644 (file)
@@ -17,9 +17,9 @@ Environment=HOME=/
 WorkingDirectory=/
 ExecStart=-/bin/dracut-pre-pivot
 Type=oneshot
-StandardInput=tty
-StandardOutput=journal+console
-StandardError=inherit
+StandardInput=null
+StandardOutput=syslog
+StandardError=syslog+console
 KillMode=process
 
 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
index 1ab07a1df9a0df35fe5287cdd40024d59ae5e6ec..234839c6f38aa970073e92ab0fe5e0a1df75744c 100644 (file)
@@ -19,9 +19,9 @@ Environment=HOME=/
 WorkingDirectory=/
 ExecStart=-/bin/dracut-pre-trigger
 Type=oneshot
-StandardInput=tty
-StandardOutput=journal+console
-StandardError=inherit
+StandardInput=null
+StandardOutput=syslog
+StandardError=syslog+console
 KillMode=process
 
 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
index 579316ec37567a94cd2eb69cf8bda40682cf07aa..11be61b4537e62f56ec354beeaf28fecdf2282a8 100644 (file)
@@ -19,9 +19,9 @@ Environment=HOME=/
 WorkingDirectory=/
 ExecStart=-/bin/dracut-pre-udev
 Type=oneshot
-StandardInput=tty
-StandardOutput=journal+console
-StandardError=inherit
+StandardInput=null
+StandardOutput=syslog
+StandardError=syslog+console
 KillMode=process
 
 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash