/lib/systemd/system/kea-dhcp4-server.service is in kea-dhcp4-server 1.0.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # [Install]
# WantedBy=multi-user.target
[Unit]
Description=ISC KEA IPv4 DHCP daemon
[Service]
ExecStart=/usr/sbin/kea-dhcp4 -c /etc/kea/kea-dhcp4.conf
[Install]
WantedBy=multi-user.target
|