aboutsummaryrefslogtreecommitdiffstats
path: root/system/autotunnel@.service
blob: 405a7d72497c48ecb42c589604fb979a23b97056 (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/autotunnel

[Install]
WantedBy=multi-user.target