8 lines
235 B
Desktop File
8 lines
235 B
Desktop File
[Unit]
|
|
Description=WebWatcher - scan a site and notify on new regex matches
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/opal/.local/bin/webwatcher.py --url https://shop.nwnprod.com --pattern "beherit" --flags i
|