This repository has been archived on 2026-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
old-grabber/grabber.service
2025-11-12 11:25:20 +01:00

13 lines
238 B
Desktop File

[Unit]
Description=Grabber: report conf
[Service]
Type=oneshot
ExecStart=/opt/grabber.sh
RemainAfterExit=false
StandardOutput=append:/var/log/grabber.log
StandardError=append:/var/log/grabber-error.log
[Install]
WantedBy=default.target