mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
13 lines
228 B
Desktop File
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
|