summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorTristan Hill2021-12-07 20:22:58 +0000
committerTristan Hill2021-12-07 20:22:58 +0000
commit6ee90e60d96327df8281a8b6f06643c6bbcac9c5 (patch)
tree98ccc14ae93f01714f3b3ba44b809304ecaeab3a /service
downloadaur-6ee90e60d96327df8281a8b6f06643c6bbcac9c5.tar.gz
initial
Diffstat (limited to 'service')
-rw-r--r--service13
1 files changed, 13 insertions, 0 deletions
diff --git a/service b/service
new file mode 100644
index 000000000000..e4fcda433401
--- /dev/null
+++ b/service
@@ -0,0 +1,13 @@
+[Unit]
+Description=changedetection.io server
+After=network.target
+
+[Service]
+User=changedetectionio
+Environment="PYTHONPATH=/usr/lib/changedetection.io"
+ExecStart=/usr/bin/changedetection.io -d /var/lib/changedetection.io
+Restart=on-abort
+#TimeoutSec=20
+
+[Install]
+WantedBy=multi-user.target