autossh/autossh.service
Greg Freemyer 12da744214 Accepting request 305305 from home:gregfreemyer:branches:security
Make autossh a instantiated service in systemd environments.  Add a readme that details the installation.

OBS-URL: https://build.opensuse.org/request/show/305305
OBS-URL: https://build.opensuse.org/package/show/security/autossh?expand=0&rev=19
2015-05-11 01:16:35 +00:00

16 lines
400 B
Desktop File

# DO NOT EDIT THIS FILE,
# use /etc/systemd/system/autossh@*.service.d/my.conf to override this file instead
[Unit]
Description=AutoSSH service for port 2222
After=network.target
[Service]
Environment="AUTOSSH_GATETIME=0"
ExecStart=echo "This line MUST be overridden. See /usr/share/doc/packages/autossh/README.SUSE.md for details."
[Install]
WantedBy=multi-user.target
# DO NOT EDIT THIS FILE,