blob: 353fb4bfcb96f3d874d4403d26b13ee13061194f [file] [log] [blame]
Marc-Antoine Perennouea2d9ed2010-05-20 10:31:04 +02001# 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]
9Description=Reboot
Lennart Poetteringaf65a092010-07-03 19:53:37 +020010DefaultDependencies=no
Marc-Antoine Perennouea2d9ed2010-05-20 10:31:04 +020011Requires=shutdown.target killall.service
12After=shutdown.target killall.service
Lennart Poettering9a9a4382010-06-02 00:58:10 +020013Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount
Marc-Antoine Perennouea2d9ed2010-05-20 10:31:04 +020014
15[Service]
16Type=finish
17ValidNoProcess=yes
Marc-Antoine Perennouea2d9ed2010-05-20 10:31:04 +020018ExecStart=/etc/init.d/reboot.sh