summarylogtreecommitdiffstats
path: root/athcool.service
diff options
context:
space:
mode:
authorgraysky2015-06-08 17:57:33 -0400
committergraysky2015-06-08 17:57:33 -0400
commit43dde25b6a226f7e97957e213c03b77ac77bd1aa (patch)
tree3f965bb0dbf8ae8ac5c13d9db223c661189c6beb /athcool.service
downloadaur-43dde25b6a226f7e97957e213c03b77ac77bd1aa.tar.gz
Initial import
Diffstat (limited to 'athcool.service')
-rw-r--r--athcool.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/athcool.service b/athcool.service
new file mode 100644
index 000000000000..fb80233804bd
--- /dev/null
+++ b/athcool.service
@@ -0,0 +1,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