Update to upstream

- Write pid file
This commit is contained in:
Dan Walsh 2012-02-01 16:58:17 -05:00
parent a59173415b
commit f66181c363
1 changed files with 12 additions and 0 deletions

12
master/mcstransd.service Normal file
View File

@ -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