aboutsummaryrefslogtreecommitdiffstats
path: root/system/autotunnel@.service
blob: b128cac749978a2bbdf5f4546578feeaadeafc0a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=AutoSSH managed SSH tunnel to predefined host
After=network.target

[Service]
Environment="AUTOSSH_GATETIME=0"
EnvironmentFile=/etc/autotunnel/%I.conf
ExecStart=/usr/lib/systemd/scripts/tunnel-to-host

[Install]
WantedBy=multi-user.target