diff options
Diffstat (limited to 'src/etc/systemd/system/ppp@.service')
-rw-r--r-- | src/etc/systemd/system/ppp@.service | 11 |
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 |