summaryrefslogtreecommitdiff
path: root/services/autofan.service
diff options
context:
space:
mode:
Diffstat (limited to 'services/autofan.service')
-rw-r--r--services/autofan.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/services/autofan.service b/services/autofan.service
new file mode 100644
index 0000000..104207b
--- /dev/null
+++ b/services/autofan.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Service for autofan.py
+
+[Service]
+ExecStart=/usr/local/bin/autofan.py
+
+[Install]
+WantedBy=multi-user.target