6ea6558ed4
Add dhcpcd user on installation, make local state directory writable by it.
14 lines
229 B
Desktop File
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
|