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:
parent
12da744214
commit
1ec4f639bc
@ -7,7 +7,7 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment="AUTOSSH_GATETIME=0"
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
2
my.conf
2
my.conf
@ -1,8 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
# Override and reset the Description to blank
|
# Override and reset the Description to blank
|
||||||
Description=
|
Description=
|
||||||
# Then append my local description to the blank Description
|
# Then append my local description to the blank Description
|
||||||
Description=AutoSSH service for ssh reverse tunnel
|
Description=AutoSSH service for ssh reverse tunnel
|
||||||
|
|
||||||
|
[Service]
|
||||||
# Override and reset ExecStart to blank
|
# Override and reset ExecStart to blank
|
||||||
ExecStart=
|
ExecStart=
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user