From eb05dee71b8731fac0170669c8904fca126ce831 Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Fri, 24 Apr 2015 13:41:35 +0200 Subject: [PATCH] Change SmackExecLabel to SmackProcessLabel Since systemd v219 Tizen-specific SmackExecLabel option was dropped in favour of SmackProcessLabel option from upstream. Change-Id: Ie0bef9c21ae163008bdea8cb5dafb305ec0f058c Signed-off-by: Maciej Wereski --- src/ofono.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ofono.service.in b/src/ofono.service.in index 00475f7..cef9341 100644 --- a/src/ofono.service.in +++ b/src/ofono.service.in @@ -7,7 +7,7 @@ Type=dbus BusName=org.ofono ExecStart=@prefix@/sbin/ofonod -n StandardError=null -SmackExecLabel=User +SmackProcessLabel=User [Install] WantedBy=multi-user.target -- 2.7.4