Accepting request 307077 from security

A couple more small cleanups for systemd

OBS-URL: https://build.opensuse.org/request/show/307077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autossh?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-05-15 05:44:19 +00:00
committed by Git OBS Bridge
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 13 22:22:02 UTC 2015 - Greg.Freemyer@gmail.com
- Minor cleanups to service file and sample my.conf override file
-------------------------------------------------------------------
Fri Apr 24 21:08:10 UTC 2015 - Greg.Freemyer@gmail.com

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=