dhcpcd/dhcpcd@.service
Petr Menšík 6ea6558ed4 Modernize spec to recent changes
Add dhcpcd user on installation, make local state directory writable by
it.
2021-03-19 12:50:20 +01:00

14 lines
229 B
Desktop File

[Unit]
Description=dhcpcd on %I
Wants=network.target
Before=network.target
[Service]
Type=forking
PIDFile=/run/dhcpcd/%I.pid
ExecStart=/usr/sbin/dhcpcd -q %I
ExecStop=/usr/sbin/dhcpcd -x %I
[Install]
WantedBy=multi-user.target