X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fpoweroff.service.in;fp=units%2Fpoweroff.service.in;h=da66f8efced3b8e6b1e0a2bfd4848ae0f5437682;hb=46574a5b4afeac0c3f69f15ce47c460309cb9bec;hp=0000000000000000000000000000000000000000;hpb=d48141ba0bed2866e05261cf06f0a6adfb11f349;p=elogind.git diff --git a/units/poweroff.service.in b/units/poweroff.service.in new file mode 100644 index 000000000..da66f8efc --- /dev/null +++ b/units/poweroff.service.in @@ -0,0 +1,16 @@ +# 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=Power-Off +DefaultDependencies=no +Requires=shutdown.target umount.target +After=shutdown.target umount.target + +[Service] +Type=oneshot +ExecStart=@SYSTEMCTL@ --force poweroff