tpkgs/main/ppp/ppp.systemd
2024-06-16 14:38:05 -04:00

11 lines
177 B
Plaintext

[Unit]
Description=PPP link to %I
Before=network.target
[Service]
Type=notify
ExecStart=/usr/sbin/pppd call %I nodetach nolog up_sdnotify
[Install]
WantedBy=multi-user.target