summaryrefslogtreecommitdiff
path: root/src/etc/systemd/system/ppp@.service
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-12 10:58:29 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-12 10:59:34 +0200
commitda079eeaeae392ed580db5704414d10f952b9f39 (patch)
treed2a3a96b660e12c7fbbab9f3e38590c826920456 /src/etc/systemd/system/ppp@.service
parent28af70c22ea0ed05d67af440d7284db663b82cc4 (diff)
downloadvyos-1x-da079eeaeae392ed580db5704414d10f952b9f39.tar.gz
vyos-1x-da079eeaeae392ed580db5704414d10f952b9f39.zip
T2185: move systemd unit files to proper location
Diffstat (limited to 'src/etc/systemd/system/ppp@.service')
-rw-r--r--src/etc/systemd/system/ppp@.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/etc/systemd/system/ppp@.service b/src/etc/systemd/system/ppp@.service
deleted file mode 100644
index d271efb41..000000000
--- a/src/etc/systemd/system/ppp@.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Dialing PPP connection %I
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/pppd call %I nodetach nolog
-Restart=on-failure
-RestartSec=5s
-
-[Install]
-WantedBy=multi-user.target