mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-13 06:44:58 +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
|