summaryrefslogtreecommitdiffstats
path: root/dyndhcpd@.service
blob: ce49fd803f32afe69eae62b647fb9c08b0e19636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=IPv4 DHCP server for interface %i
After=network.target

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

[Install]
WantedBy=multi-user.target