mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-22 02:54:53 +00:00
14 lines
270 B
Desktop File
14 lines
270 B
Desktop File
[Unit]
|
|
Description=PPP Connection Manager
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash ppp_connection_manager.sh
|
|
WorkingDirectory=/opt/sixfab/ppp_connection_manager
|
|
StandardOutput=inherit
|
|
StandardError=inherit
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|