mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2025-12-06 18:33:20 +00:00
Chnaged service and script names
This commit is contained in:
13
src/ppp_connection_manager.service
Normal file
13
src/ppp_connection_manager.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user