Remove meaningless configuration 75/212775/2 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.021249 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080641 accepted/tizen/5.5/unified/wearable/hotfix/20201027.113636 accepted/tizen/unified/20190919.010701 submit/tizen/20190918.090449 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 submit/tizen_5.5_wearable_hotfix/20201026.184304 tizen_5.5.m2_release
authorINSUN PYO <insun.pyo@samsung.com>
Tue, 27 Aug 2019 00:29:10 +0000 (09:29 +0900)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Fri, 6 Sep 2019 12:41:17 +0000 (15:41 +0300)
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: Ib01d67037aa621926427cc8da7e6a5a8dc90538c
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
systemd/swap_auxd.service
systemd/swap_auxd.socket
systemd/swap_memd.service
systemd/swap_memd.socket

index 739e83d..29eeae1 100644 (file)
@@ -5,8 +5,6 @@ Description=swap_auxd service
 Type=notify
 NotifyAccess=main
 
-Sockets=swap_auxd.socket
-
 ExecStart=/usr/bin/swap_auxd
 
 StandardOutput=journal+console
index 7babadc..edf981b 100644 (file)
@@ -5,7 +5,5 @@ Description=swap_auxd socket
 ListenStream=/run/user/%U/system_share/swap/auxd.socket
 SocketMode=0666
 
-Service=swap_auxd.service
-
 [Install]
 WantedBy=sockets.target
index 7be86db..0553c5a 100644 (file)
@@ -5,8 +5,6 @@ Description=swap_memd service
 Type=notify
 NotifyAccess=main
 
-Sockets=swap_memd.socket
-
 ExecStart=/usr/bin/swap_memd
 
 StandardOutput=journal+console
index 2ed1bb1..c6ec858 100644 (file)
@@ -5,7 +5,5 @@ Description=swap_memd socket
 ListenStream=/run/user/%U/system_share/swap/memd.socket
 SocketMode=0666
 
-Service=swap_memd.service
-
 [Install]
 WantedBy=sockets.target