summarylogtreecommitdiffstats
path: root/chromium.service
blob: 825100a335b23005cc593ed010eb330dde9a227c (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=changedetection.io server
After=network.target

[Service]
User=changedetectionio
ExecStart=chromium --remote-debugging-port=5001 --headless=new
Restart=on-abort

[Install]
WantedBy=multi-user.target