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

[Install]
WantedBy=multi-user.target