summaryrefslogtreecommitdiffstats
path: root/systemd/dyndhcpd@.service
blob: 8aceeb18dd32ef0960cad3674d8e71fcc9f49b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=IPv4 DHCP server for interface %i
After=network.target
Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
ExecStart=/usr/bin/dyndhcpd -i%i
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on

[Install]
WantedBy=multi-user.target