13 lines
220 B
Text
13 lines
220 B
Text
|
[Unit]
|
||
|
Description=AutoSSH tunnel service
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=autossh
|
||
|
Environment="AUTOSSH_GATETIME=0"
|
||
|
ExecStart=/usr/bin/autossh -M 0 gateway -N
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|