summarylogtreecommitdiffstats
path: root/power.sh.sleep.service
blob: 2a778e6d5ef11f9fb03635cc47739215c87a44df (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Requisite=power.sh.service
After=power.sh.service
Before=sleep.target
StopWhenUnneeded=yes
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/share/power.sh 0
ExecStop=/usr/share/power.sh 1