1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/systemd/godns.service
2017-03-23 09:01:33 +08:00

13 lines
228 B
Desktop File

[Unit]
Description=GoDNS Service
After=network.target
[Service]
ExecStart=/path/to/your/godns-dir/godns -c=/path/to/your/godns-dir/config.json
Restart=always
KillMode=process
RestartSec=2s
[Install]
WantedBy=multi-user.target