2010-06-16 18:50:55 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Halt
|
2010-07-04 00:53:37 +07:00
|
|
|
DefaultDependencies=no
|
2010-10-14 08:07:36 +07:00
|
|
|
Requires=shutdown.target umount.target final.target
|
|
|
|
After=shutdown.target umount.target final.target
|
2010-06-16 18:50:55 +07:00
|
|
|
|
|
|
|
[Service]
|
2010-08-13 23:23:01 +07:00
|
|
|
Type=oneshot
|
2010-10-14 07:58:37 +07:00
|
|
|
ExecStart=@SYSTEMCTL@ --force halt
|