diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-20 02:05:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-20 02:05:28 +0200 |
commit | 1afaf57346eca958ffe9e1617bb875d556f89a01 (patch) | |
tree | aaeb800e7d8add95d659c04474f2c5b4f7ea7933 /units | |
parent | 9949ac0cec2aa0de4159260b2817e136825dbc3c (diff) |
fedora: we must call the halt script with a symlink of reboot for rebooting
Diffstat (limited to 'units')
-rw-r--r-- | units/fedora/reboot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/reboot.service b/units/fedora/reboot.service index 79c5ef41ca..20b9e9e529 100644 --- a/units/fedora/reboot.service +++ b/units/fedora/reboot.service @@ -14,4 +14,4 @@ After=shutdown.target killall.service Type=finish ValidNoProcess=yes Environment=RUNLEVEL=6 -ExecStart=@/etc/init.d/halt reboot start +ExecStart=/etc/init.d/reboot start |