mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 21:42:48 +00:00
10 lines
236 B
Desktop File
10 lines
236 B
Desktop File
[Unit]
|
|
Description=DHCPv6 Server Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/dhcpd6
|
|
ExecStart=/usr/sbin/dhcpd -d 6 -cf $CONFIGFILE -lf $LEASEFILE $INTERFACES
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|