From: Maciej Wereski Date: Fri, 24 Apr 2015 11:41:35 +0000 (+0200) Subject: Change SmackExecLabel to SmackProcessLabel X-Git-Tag: accepted/tizen/common/20150604.131147^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F40401%2F1;p=platform%2Fupstream%2Fofono.git 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 --- 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