mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:57:14 +08:00
10 lines
148 B
SYSTEMD
10 lines
148 B
SYSTEMD
|
[Unit]
|
||
|
Description=PPP link to %I
|
||
|
Before=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/pppd call %I nodetach
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|