12da744214
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
16 lines
400 B
Desktop File
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,
|