Remove unnecessary code from csr-popup.[socket|service] 59/209559/3
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 9 Jul 2019 01:14:07 +0000 (10:14 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 9 Jul 2019 01:24:49 +0000 (10:24 +0900)
commitc00e6df46db3b56b0e8a47eba6895e9d7f5dff5c
treef0a3c7a0b185fb0407725db5a5bbbbcdb047a873
parente929975b130a4181ca4669727088844255e884a5
Remove unnecessary code from csr-popup.[socket|service]

1. The csr-popup.service does not need to be running at boot time, so it removes the "Wants=csr-popup.service" from the csr-popup.socket.
2. You do not need "Sockets=" and "Service=" for sockets and services with the same prefix.
3. "Type=simple" is the systemd defaults, so we don't need it.

Change-Id: I4a282d27dff9a8591bf68b4ca9e9b1a41592a87d
systemd/csr-popup.service.in
systemd/csr-popup.socket.in