You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
394 B
17 lines
394 B
3 months ago
|
[Unit]
|
||
|
Description=Kea DHCP-DDNS Server
|
||
|
Documentation=man:kea-dhcp-ddns(8)
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
After=time-sync.target
|
||
|
|
||
|
[Service]
|
||
|
User=kea
|
||
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||
|
ExecStart=/usr/sbin/kea-dhcp-ddns -c /etc/kea/kea-dhcp-ddns.conf
|
||
|
Environment=KEA_PIDFILE_DIR=/var/run/kea
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|