From b10c951b11eae14ff8c84c7ef5b270fcb680d61e Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 10 Dec 2013 15:49:54 -0800 Subject: [PATCH] Run murphyd.service with the User label The murphy daemon is running as 'app' user, as is pulseaudio, so change the Smack label for this service to match that of pulseaudio. Change-Id: Ifd6cb7532767c99edeed5f97a830f5d6faaa03e4 Signed-off-by: Patrick McCarty --- packaging.in/murphyd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging.in/murphyd.service b/packaging.in/murphyd.service index 3b51f59..ce58318 100644 --- a/packaging.in/murphyd.service +++ b/packaging.in/murphyd.service @@ -6,6 +6,7 @@ Type=simple User=app Group=app ExecStart=/usr/bin/murphyd -t systemd -vvv -f +SmackExecLabel=User KillSignal=SIGTERM [Install] -- 2.7.4