little fixes replace os.system with check_call
first steps in install Script add wg_start.service file
This commit is contained in:
10
wg_start.service
Normal file
10
wg_start.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Automatic Tunnel Start
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/bin/sleep 3
|
||||
ExecStart=/bin/start_wg.py
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user