projects
/
platform
/
core
/
messaging
/
msg-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4dc151
)
Delete meaningless configuration
99/212799/1
accepted/tizen/unified/20190827.110610
submit/tizen/20190827.044040
author
INSUN PYO
<insun.pyo@samsung.com>
Tue, 27 Aug 2019 02:36:50 +0000
(11:36 +0900)
committer
INSUN PYO
<insun.pyo@samsung.com>
Tue, 27 Aug 2019 02:36:50 +0000
(11:36 +0900)
If the socket and service prefix names are the same, then Sockets(in .service) and Service(in .socket) are not needed.
Specifying Sokcets and Service is needed for certain functions, so using it without reason confuses the developer.
Change-Id: I5928f161b0ae0e38f5422e5c6cd681992e7a6fbd
packaging/msg-server.socket
patch
|
blob
|
history
diff --git
a/packaging/msg-server.socket
b/packaging/msg-server.socket
index 018a1332dc340b52501392e89ee5d88b3e7147ee..6ddf65f3192c974ee075f348ff23662e7055e353 100644
(file)
--- a/
packaging/msg-server.socket
+++ b/
packaging/msg-server.socket
@@
-2,7
+2,6
@@
SocketUser=messaging
SocketGroup=messaging
ListenStream=/tmp/.msgfw_socket
-Service=msg-server.service
[Install]
WantedBy=sockets.target