From a5dce68d9fd02969c37c905b035a3ed26e85a062 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Thu, 2 Feb 2012 13:23:31 -0500 Subject: [PATCH] fix systemd.service file --- mcstransd.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mcstransd.service b/mcstransd.service index 7f66945..03fa899 100644 --- a/mcstransd.service +++ b/mcstransd.service @@ -1,12 +1,12 @@ [Unit] -Description=Mcstrans maintaining path file context -After=syslog.target +Description= Daemon used to translate SELinux MCS/MLS labels to human readable form +After=syslog.target ConditionPathExists=/etc/selinux/mls/setrans.d [Service] -Type=oneshot +Type=forking +PIDFile=/run/mcstransd.pid ExecStart=/usr/sbin/mcstransd -RemainAfterExit=yes [Install] WantedBy=multi-user.target