procwatch/systemd/procwatch.service
Thorsten Schubert dfc1924606
All checks were successful
/ build (push) Successful in 1m30s
/ build-x86 (push) Successful in 1m15s
Update Tor browser example
2024-07-19 13:41:16 +02:00

18 lines
596 B
Desktop File

[Unit]
Description=Process Monitoring Service
[Service]
Type=simple
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
ExecStart=/usr/bin/procwatch \
--interval=30s \
--grace-period=5m \
--threshold=66 \
'^/app/lib/firefox/firefox-bin$' \
'^/app/brave/brave' \
'^/app/lib/mullvad-browser/mullvadbrowser\\.real$' \
'^/usr/bin/gnome-software' \
'^%h/\\.var/app/org\\.torproject\\.torbrowser-launcher/data/torbrowser/tbb/x86_64/tor-browser/Browser/firefox\\.real'
[Install]
WantedBy=default.target