11 lines
185 B
Desktop File
11 lines
185 B
Desktop File
[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
|