summarylogtreecommitdiffstats
path: root/service
blob: 9ad0f2d8fe314b937b304f24bc2057e8a7bd2963 (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"
Environment="PLAYWRIGHT_DRIVER_URL=http://localhost:5001"
ExecStart=/usr/bin/changedetection.io -d /var/lib/changedetection.io
Restart=on-abort

[Install]
WantedBy=multi-user.target