Delete meaningless configuration 76/212776/1
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 27 Aug 2019 00:49:49 +0000 (09:49 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 27 Aug 2019 00:49:49 +0000 (09:49 +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: I9c7e700d8a7ff62005565a7bb87c662d762cb804

packaging/privacy-guard-server.service
packaging/privacy-guard-server.socket

index f362fa3..c17c5f7 100644 (file)
@@ -5,7 +5,6 @@ Description=Privacy Guard Server
 User=security_fw
 Group=security_fw
 ExecStart=/usr/bin/privacy-guard-server
-Sockets=privacy-guard-server.socket
 Restart=always
 RestartSec=0
 SmackProcessLabel=System
index 88c9086..c1aa639 100644 (file)
@@ -7,7 +7,5 @@ SocketGroup=security_fw
 ListenStream=/tmp/privacy_guard_server
 SocketMode=0777
 
-Service=privacy-guard-server.service
-
 [Install]
 WantedBy=sockets.target