Files
dyndns-go/systemd/dyndns-server.service
2017-12-22 16:42:32 +01:00

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