2024-09-08 20:31:46 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Automatic Tunnel Start
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2024-09-17 20:57:11 +02:00
|
|
|
ExecStartPre=/bin/sleep 5
|
|
|
|
ExecStart=/usr/bin/start_wg.py
|
2024-09-08 20:31:46 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|