mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
[Unit]
|
|
Description=PPP Auto Connection
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash reconnect.sh
|
|
WorkingDirectory=/opt/sixfab/ppp_connection_manager
|
|
StandardOutput=inherit
|
|
StandardError=inherit
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|