samhain: correct service status

status get by "systemctl status samhain" is not correct.
It is active(exited) now. but actually, there is a dameon
running, it should be active(running). so change Type of
servive.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Changqing Li
2018-06-27 13:10:29 +08:00
committed by Armin Kuster
parent f9c5e2022b
commit 0551002922
@@ -3,7 +3,7 @@ Description=Samhain @MODE_NAME@ Daemon
After=syslog.target network.target
[Service]
Type=oneshot
Type=forking
RemainAfterExit=yes
ExecStart=@LIBDIR@/@SAMHAIN_HELPER@ start
ExecStop=@LIBDIR@/@SAMHAIN_HELPER@ stop