17 lines
382 B
Desktop File
17 lines
382 B
Desktop File
[Unit]
|
|
Description=DynDNS server in Go
|
|
# Documentation=See git@git.ipng.nl:pim/dyndns-go.git
|
|
|
|
[Service]
|
|
User=dyndns
|
|
Group=nogroup
|
|
ExecStart=/usr/local/sbin/dyndns-server -port=53 -ip=:: -tsig=key:bWFyaWVsbGU=
|
|
Restart=always
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|