watchyourlan/configs/watchyourlan.service
2023-08-03 01:03:19 +07:00

12 lines
No EOL
274 B
Desktop File

[Unit]
Description=watchyourlan
Documentation=https://github.com/aceberg/WatchYourLAN
After=network-online.target
Wants=network-online.target
[Service]
ExecStart=/usr/bin/watchyourlan -c /etc/watchyourlan/config.yaml
Restart=on-failure
[Install]
WantedBy=multi-user.target