12 lines
200 B
Desktop File
12 lines
200 B
Desktop File
[Unit]
|
|
Description=VPN to backend
|
|
Wants=network-online.target
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/pi/create_vpn.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|