From f66181c363e6470ce9df7bbfe0c8bb79e9c8ccc5 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 1 Feb 2012 16:58:17 -0500 Subject: [PATCH] Update to upstream - Write pid file --- master/mcstransd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 master/mcstransd.service 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