From: Łukasz Stelmach Date: Wed, 23 Oct 2024 07:15:53 +0000 (+0200) Subject: Do not change ownership of the sockets X-Git-Tag: accepted/tizen/unified/20241122.171511^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c723b7a2a6ccdf1b9dac7f6ed75f1074f99ad7ee;p=platform%2Fcore%2Fsystem%2Fsensord.git Do not change ownership of the sockets With access permissions set to 0777 ownership of the socket does not matter except it takes longer for systemd to create the socket. Change-Id: I9bedd82f8f7d9e8db7b21d9a9e7a50e1a08db251 Signed-off-by: Łukasz Stelmach --- diff --git a/packaging/sensord.socket b/packaging/sensord.socket index a64cd4b0..ce2f0ce4 100644 --- a/packaging/sensord.socket +++ b/packaging/sensord.socket @@ -2,8 +2,6 @@ Description=Sensor socket [Socket] -SocketUser=sensor -SocketGroup=input ListenStream=/run/.sensord.socket SocketMode=0777 PassCredentials=yes