16 lines
351 B
Desktop File
16 lines
351 B
Desktop File
[Unit]
|
|
Description=Reverse SSH tunnel client for Traefik
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
# Load env from same directory as this unit, or override with drop-in
|
|
EnvironmentFile=-/etc/tunnel-client.env
|
|
ExecStart=/usr/local/bin/tunnel-client
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|