mcstrans/mcstransd.service

13 lines
277 B
SYSTEMD
Raw Permalink Normal View History

2012-02-01 21:58:17 +00:00
[Unit]
2012-02-02 18:23:31 +00:00
Description= Daemon used to translate SELinux MCS/MLS labels to human readable form
After=syslog.target
2012-02-01 21:58:17 +00:00
ConditionPathExists=/etc/selinux/mls/setrans.d
[Service]
2012-02-02 18:23:31 +00:00
Type=forking
PIDFile=/run/mcstransd.pid
2012-02-01 21:58:17 +00:00
ExecStart=/usr/sbin/mcstransd
[Install]
WantedBy=multi-user.target