Marc-Antoine Perennou | ea2d9ed | 2010-05-20 10:31:04 +0200 | [diff] [blame] | 1 | # This file is part of systemd. |
| 2 | # |
| 3 | # systemd is free software; you can redistribute it and/or modify it |
| 4 | # under the terms of the GNU General Public License as published by |
| 5 | # the Free Software Foundation; either version 2 of the License, or |
| 6 | # (at your option) any later version. |
| 7 | |
| 8 | [Unit] |
| 9 | Description=Reboot |
Lennart Poettering | af65a09 | 2010-07-03 19:53:37 +0200 | [diff] [blame^] | 10 | DefaultDependencies=no |
Marc-Antoine Perennou | ea2d9ed | 2010-05-20 10:31:04 +0200 | [diff] [blame] | 11 | Requires=shutdown.target killall.service |
| 12 | After=shutdown.target killall.service |
Lennart Poettering | 9a9a438 | 2010-06-02 00:58:10 +0200 | [diff] [blame] | 13 | Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount |
Marc-Antoine Perennou | ea2d9ed | 2010-05-20 10:31:04 +0200 | [diff] [blame] | 14 | |
| 15 | [Service] |
| 16 | Type=finish |
| 17 | ValidNoProcess=yes |
Marc-Antoine Perennou | ea2d9ed | 2010-05-20 10:31:04 +0200 | [diff] [blame] | 18 | ExecStart=/etc/init.d/reboot.sh |