diff --git a/master/mcstransd.service b/master/mcstransd.service new file mode 100644 index 0000000..7f66945 --- /dev/null +++ b/master/mcstransd.service @@ -0,0 +1,12 @@ +[Unit] +Description=Mcstrans maintaining path file context +After=syslog.target +ConditionPathExists=/etc/selinux/mls/setrans.d + +[Service] +Type=oneshot +ExecStart=/usr/sbin/mcstransd +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target