File mcstransd.service of Package mcstrans

[Unit]
Description= Daemon used to translate SELinux MCS/MLS labels to human readable form
After=syslog.target

[Service]
Type=forking
PIDFile=/run/mcstransd.pid
# switch to RuntimeDirectory=setrans once systemd on SLE 12 supports it
ExecStartPre=/usr/bin/mkdir -p /var/run/setrans
ExecStartPre=/usr/bin/chcon -t setrans_var_run_t /run/setrans
ExecStart=/sbin/mcstransd

[Install]
WantedBy=multi-user.target
openSUSE Build Service is sponsored by