mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 18:53:33 +08:00
reboot: don't wait for input tty
This commit is contained in:
parent
804bbed8f4
commit
183ae5f99b
4
fixme
4
fixme
@ -61,10 +61,12 @@
|
||||
|
||||
* if a service fails too often, make the service enter maintainence mode, and the socket, too.
|
||||
|
||||
* systemctl reboot von getty tty1 hämgt
|
||||
* systemctl reboot von getty tty1 hängt
|
||||
|
||||
* keine meldung by wants vs. conflicts
|
||||
|
||||
* send cgroup msg directly
|
||||
|
||||
External:
|
||||
|
||||
* default.target must be %ghosted...
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=INIT_HALT=HALT RUNLEVEL=0
|
||||
ExecStart=/etc/init.d/halt start
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=0
|
||||
ExecStart=/etc/init.d/halt start
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
@ -16,4 +16,4 @@ Type=finish
|
||||
ValidNoProcess=yes
|
||||
Environment=RUNLEVEL=6
|
||||
ExecStart=/etc/init.d/reboot start
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
|
Loading…
Reference in New Issue
Block a user