diff options
Diffstat (limited to 'abs/core/dhcpcd/dhcpcd.service')
-rw-r--r-- | abs/core/dhcpcd/dhcpcd.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/dhcpcd/dhcpcd.service b/abs/core/dhcpcd/dhcpcd.service index 489023d..e7dc289 100644 --- a/abs/core/dhcpcd/dhcpcd.service +++ b/abs/core/dhcpcd/dhcpcd.service @@ -6,8 +6,8 @@ Before=network.target [Service] Type=forking PIDFile=/run/dhcpcd.pid -ExecStart=/bin/dhcpcd -q -b -ExecStop=/bin/dhcpcd -x +ExecStart=/usr/bin/dhcpcd -q -b +ExecStop=/usr/bin/dhcpcd -x [Install] WantedBy=multi-user.target |