fix systemd.service file
This commit is contained in:
parent
4d068c251b
commit
a5dce68d9f
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Mcstrans maintaining path file context
|
Description= Daemon used to translate SELinux MCS/MLS labels to human readable form
|
||||||
After=syslog.target
|
After=syslog.target
|
||||||
ConditionPathExists=/etc/selinux/mls/setrans.d
|
ConditionPathExists=/etc/selinux/mls/setrans.d
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=forking
|
||||||
|
PIDFile=/run/mcstransd.pid
|
||||||
ExecStart=/usr/sbin/mcstransd
|
ExecStart=/usr/sbin/mcstransd
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user