mirror of
https://github.com/systemd/systemd.git
synced 2025-03-01 08:58:29 +03: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.
|
* 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
|
* keine meldung by wants vs. conflicts
|
||||||
|
|
||||||
|
* send cgroup msg directly
|
||||||
|
|
||||||
External:
|
External:
|
||||||
|
|
||||||
* default.target must be %ghosted...
|
* default.target must be %ghosted...
|
||||||
|
@ -16,4 +16,4 @@ Type=finish
|
|||||||
ValidNoProcess=yes
|
ValidNoProcess=yes
|
||||||
Environment=INIT_HALT=HALT RUNLEVEL=0
|
Environment=INIT_HALT=HALT RUNLEVEL=0
|
||||||
ExecStart=/etc/init.d/halt start
|
ExecStart=/etc/init.d/halt start
|
||||||
StandardInput=tty
|
StandardOutput=tty
|
||||||
|
@ -16,4 +16,4 @@ Type=finish
|
|||||||
ValidNoProcess=yes
|
ValidNoProcess=yes
|
||||||
Environment=RUNLEVEL=0
|
Environment=RUNLEVEL=0
|
||||||
ExecStart=/etc/init.d/halt start
|
ExecStart=/etc/init.d/halt start
|
||||||
StandardInput=tty
|
StandardOutput=tty
|
||||||
|
@ -16,4 +16,4 @@ Type=finish
|
|||||||
ValidNoProcess=yes
|
ValidNoProcess=yes
|
||||||
Environment=RUNLEVEL=6
|
Environment=RUNLEVEL=6
|
||||||
ExecStart=/etc/init.d/reboot start
|
ExecStart=/etc/init.d/reboot start
|
||||||
StandardInput=tty
|
StandardOutput=tty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user