summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2018-03-14 14:56:29 +0900
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2018-03-22 06:07:16 +0000
commit17564c2072497b32e3a3582b5ac58ec88c5ce154 (patch)
treea385f359b570f45d1809e901fb2841525a433ec2
parent1747283bd9cf91056951a500d9c75e97205bad8a (diff)
downloadefl-config-17564c2072497b32e3a3582b5ac58ec88c5ce154.tar.gz
efl-config-17564c2072497b32e3a3582b5ac58ec88c5ce154.tar.bz2
efl-config-17564c2072497b32e3a3582b5ac58ec88c5ce154.zip
We recieved a request to change socket path. In addition, the opposite side of the socket in system_setting is moved to efl-ext package. So, the path has to be synced with efl-ext. Change-Id: I3250bc1b7c1b589ffb207fe1bf72291c0fff8de9
-rw-r--r--packaging/efl-config.socket2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/efl-config.socket b/packaging/efl-config.socket
index ec67c4f..39572dc 100644
--- a/packaging/efl-config.socket
+++ b/packaging/efl-config.socket
@@ -2,7 +2,7 @@
Description=EFL Config Service socket
[Socket]
-ListenStream=/run/user_ext/%U/.efl-config.sock
+ListenStream=/run/user_ext/%U/system_share/.efl-config.sock
Service=efl-config-ondemand.service
SocketMode=0777