blob: 0f9f0ef8d98be808d8cee9404569f886539d3e00 [file] [log] [blame]
Andrew Geisslerc9f78652020-09-18 14:11:35 -05001[Unit]
2Description=Kea DHCPv6 Server
3Wants=network-online.target
4After=network-online.target
5After=time-sync.target
6
7[Service]
8ExecStartPre=@BASE_BINDIR@/mkdir -p @LOCALSTATEDIR@/run/kea/
9ExecStartPre=@BASE_BINDIR@/mkdir -p @LOCALSTATEDIR@/lib/kea
10ExecStart=@SBINDIR@/kea-dhcp6 -c @SYSCONFDIR@/kea/kea-dhcp6.conf
11
12[Install]
13WantedBy=multi-user.target