Delete meaningless configuration 99/212799/1 accepted/tizen/unified/20190827.110610 submit/tizen/20190827.044040
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 27 Aug 2019 02:36:50 +0000 (11:36 +0900)
committerINSUN 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

index 018a133..6ddf65f 100644 (file)
@@ -2,7 +2,6 @@
 SocketUser=messaging
 SocketGroup=messaging
 ListenStream=/tmp/.msgfw_socket
-Service=msg-server.service
 
 [Install]
 WantedBy=sockets.target