Marcus Meissner
c4c3c89525
Add systemd support for openSUSE > 12.2 OBS-URL: https://build.opensuse.org/request/show/241673 OBS-URL: https://build.opensuse.org/package/show/security/autossh?expand=0&rev=15
12 lines
241 B
Desktop File
12 lines
241 B
Desktop File
[Unit]
|
|
Description=AutoSSH service for port 2222
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment="AUTOSSH_GATETIME=0"
|
|
ExecStart=/usr/bin/autossh -M 0 -NL 2222:localhost:2222 -o TCPKeepAlive=yes foo@bar.com
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|