OCaml 4.13.1 rebuild, fixes FS#72998
[arch-packages.git] / dhcp / repos / extra-x86_64 / dhcpd6.service
bloba2c8d706ae5a717c6a69cc9ce72e5c38553806d8
1 [Unit]
2 Description=IPv6 DHCP server
3 After=network.target network-online.target
4 Wants=network-online.target
6 [Service]
7 Type=forking
8 ExecStart=/usr/bin/dhcpd -6 -q -cf /etc/dhcpd6.conf -pf /run/dhcpd6/dhcpd.pid
9 RuntimeDirectory=dhcpd6
10 PIDFile=/run/dhcpd6/dhcpd.pid
11 User=dhcp
12 AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_RAW
13 ProtectSystem=full
14 ProtectHome=on
15 KillSignal=SIGINT
16 # We pull in network-online.target for a configured network connection.
17 # However this is not guaranteed to be the network connection our
18 # networks are configured for. So try to restart on failure with a delay
19 # of two seconds. Rate limiting kicks in after 12 seconds.
20 RestartSec=2s
21 Restart=on-failure
22 StartLimitInterval=12s
24 [Install]
25 WantedBy=multi-user.target