systemd-halt.service.in revision 0e0320e04500d1e68630b3973714f14cfb7b3450
2N/A# This file is part of systemd.
2N/A#
2N/A# systemd is free software; you can redistribute it and/or modify it
2N/A# under the terms of the GNU Lesser General Public License as published by
2N/A# the Free Software Foundation; either version 2.1 of the License, or
2N/A# (at your option) any later version.
2N/A
2N/A[Unit]
2N/ADescription=Halt
2N/ADefaultDependencies=no
2N/ARequires=shutdown.target umount.target final.target
2N/AAfter=shutdown.target umount.target final.target
2N/A
2N/A[Service]
2N/AType=oneshot
2N/AExecStart=@SYSTEMCTL@ --force halt
2N/A