mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-10 13:34:53 +00:00
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
|
[Unit]
|
||
|
Description=PPP Auto Connection
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh /usr/src/reconnect.sh
|
||
|
WorkingDirectory=/usr/src/
|
||
|
StandardOutput=inherit
|
||
|
StandardError=inherit
|
||
|
Restart=always
|
||
|
User=pi
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|