From cce723bd373d9890173422522721fafdadf6c007 Mon Sep 17 00:00:00 2001 From: Danil Mikhailov Date: Tue, 6 Oct 2015 20:48:59 +0300 Subject: [PATCH] Change systemd service type to forking [work] --- autosshd/lib/systemd/system/autosshd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosshd/lib/systemd/system/autosshd.service b/autosshd/lib/systemd/system/autosshd.service index ffe21fc..6a482af 100644 --- a/autosshd/lib/systemd/system/autosshd.service +++ b/autosshd/lib/systemd/system/autosshd.service @@ -2,7 +2,7 @@ Description=AutoSSH system level service [Service] -Type=simple +Type=forking ExecStart=/etc/init.d/autosshd start ExecStop=/etc/init.d/autosshd stop -- 2.11.4.GIT