mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
11 lines
209 B
Desktop File
11 lines
209 B
Desktop File
[Unit]
|
|
Description=BIRDwatcher IPv6
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/birdwatcher/birdwatcher/bin/birdwatcher-linux-amd64 -6
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|