fix systemd.service file

This commit is contained in:
Dan Walsh 2012-02-02 13:23:31 -05:00
parent 4d068c251b
commit a5dce68d9f
1 changed files with 4 additions and 4 deletions

View File

@ -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