From 1ec4f639bc950444241d73d8545020baef1e41966e1bdfe0c00563d2d7b9d15f Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 11 May 2015 03:08:35 +0000 Subject: [PATCH] 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 --- autossh.service | 2 +- my.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/autossh.service b/autossh.service index afdfc23..c763660 100644 --- a/autossh.service +++ b/autossh.service @@ -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 diff --git a/my.conf b/my.conf index 095ec50..bfea09b 100644 --- a/my.conf +++ b/my.conf @@ -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=