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