12 lines
No EOL
274 B
Desktop File
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 |