summarylogtreecommitdiffstats
path: root/athcool.service
blob: fb80233804bdf69b240ed4dc05abc5ef853cab94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Athcool
Wants=local-fs.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/athcool on
ExecStop=/usr/bin/athcool off

[Install]
WantedBy=multi-user.target