summarylogtreecommitdiffstats
path: root/service
blob: e4fcda4334018eda3b60c19d41f3db2c98097e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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