diff options
author | Christian Hesse <mail@eworm.de> | 2015-05-21 14:28:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-05-21 14:28:20 +0200 |
commit | baee0dd9bd4566dff3c64b88c68540c8cc25c4c0 (patch) | |
tree | fe007eedd2e9f057cbfc1ce39af3abb80337e9ac /dyndhcpd@.service | |
parent | db401235af51e52a65323d034767c4c6b1fbc2b1 (diff) | |
download | dyndhcpd-baee0dd9bd4566dff3c64b88c68540c8cc25c4c0.tar.gz dyndhcpd-baee0dd9bd4566dff3c64b88c68540c8cc25c4c0.tar.zst |
waiting for network.target should be sufficient
Diffstat (limited to 'dyndhcpd@.service')
-rw-r--r-- | dyndhcpd@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dyndhcpd@.service b/dyndhcpd@.service index 397116d..42550f1 100644 --- a/dyndhcpd@.service +++ b/dyndhcpd@.service @@ -1,6 +1,6 @@ [Unit] Description=IPv4 DHCP server for interface %i -After=network.target netctl@%i.service +After=network.target [Service] ExecStart=/usr/bin/dyndhcpd -i%i |