fix a couple minor issues with systemd unit and sample override file

OBS-URL: https://build.opensuse.org/package/show/security/autossh?expand=0&rev=20
This commit is contained in:
Greg Freemyer 2015-05-11 03:08:35 +00:00 committed by Git OBS Bridge
parent 12da744214
commit 1ec4f639bc
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ 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."
ExecStart=/bin/echo "This line MUST be overridden. See /usr/share/doc/packages/autossh/README.SUSE.md for details."
[Install]
WantedBy=multi-user.target

View File

@ -1,8 +1,10 @@
[Unit]
# Override and reset the Description to blank
Description=
# Then append my local description to the blank Description
Description=AutoSSH service for ssh reverse tunnel
[Service]
# Override and reset ExecStart to blank
ExecStart=