Initial checkin
This commit is contained in:
16
systemd/dyndns-server.service
Normal file
16
systemd/dyndns-server.service
Normal file
@ -0,0 +1,16 @@
|
||||
[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
|
Reference in New Issue
Block a user