Remove default systemd configuration 35/226735/2
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 5 Mar 2020 05:32:04 +0000 (14:32 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 5 Mar 2020 05:39:13 +0000 (14:39 +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: Ia13b59b69ca9cd014d0c4e7ab9e744eb6c0b81ab

mtp-responder.socket

index c5e9d1c731a5bf464bf8ef3d3350bca78217f4b6..f7697693865fd20ab8c332d5771e9f0a680ca0fe 100644 (file)
@@ -3,5 +3,4 @@ Description=MTP responder functionfs socket
 
 [Socket]
 ListenUSBFunction=/dev/usb-funcs/mtp/default
-Service=mtp-responder.service
 TriggerLimitIntervalSec=0