summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd-distro/data/etc/systemd/system/systemd-poweroff.service
blob: 8b96980e6053e8baec9eae5599c5458ea75f9492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=Power-Off
Documentation=man:systemd-halt.service(8)
DefaultDependencies=no
Requires=shutdown.target final.target
After=shutdown.target final.target

[Service]
Type=oneshot
ExecStartPre=-/bin/bash -c /opt/openslx/scripts/systemd-shutdown_prescript
ExecStart=/usr/bin/systemctl --force poweroff