Remove default systemd configuration 36/226736/1
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 5 Mar 2020 05:42:21 +0000 (14:42 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 5 Mar 2020 05:42:21 +0000 (14:42 +0900)
https://www.freedesktop.org/software/systemd/man/systemd.socket.html

Service=
Specifies the service unit name to activate on incoming traffic. This setting is only allowed for sockets with Accept=no.
It defaults to the service that bears the same name as the socket (with the suffix replaced).
In most cases, it should not be necessary to use this option.
Note that setting this parameter might result in additional dependencies to be added to the unit (see above)

Change-Id: I1de8cee2d9af906d1007b37346b2e7106910f0d3

packaging/sdbd.socket

index 8cce9295fd75cdc27b3fed72b58381b4355ee563..9d21e6d1394a00f27a619a3805ccefcdd72a61fc 100644 (file)
@@ -3,4 +3,3 @@ Description=sdbd Socket for sdb
 
 [Socket]
 ListenUSBFunction=/dev/usb-funcs/sdb/default
-Service=sdbd.service