summaryrefslogtreecommitdiffstats
path: root/dyndhcpd@.service
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-12-21 09:24:18 +0100
committerGravatar Christian Hesse <mail@eworm.de>2015-12-21 09:24:18 +0100
commitefc8653ecd567197ef60ebd3386ffd77d5b74a4d (patch)
tree7ea3da120c6af86e9b067b9fc44ef2584aef2e5a /dyndhcpd@.service
parenta9e268bf2e9b3103ad03f55812ef0584f5bc28fd (diff)
downloaddyndhcpd-efc8653ecd567197ef60ebd3386ffd77d5b74a4d.tar.gz
dyndhcpd-efc8653ecd567197ef60ebd3386ffd77d5b74a4d.tar.zst
make systemd unit require the network device
Diffstat (limited to 'dyndhcpd@.service')
-rw-r--r--dyndhcpd@.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/dyndhcpd@.service b/dyndhcpd@.service
deleted file mode 100644
index ce49fd8..0000000
--- a/dyndhcpd@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[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