diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2020-03-05 14:32:04 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2020-03-05 14:39:13 +0900 |
commit | 9f6cba52d0a8229a58e2d3bb995c85db537f6c6e (patch) | |
tree | 43db466313de89a19dd2710daebd9dafed88c9bc | |
parent | 852ac4ce0bd026fd787068a2e89ac63755d2b66a (diff) | |
download | mtp-responder-9f6cba52d0a8229a58e2d3bb995c85db537f6c6e.tar.gz mtp-responder-9f6cba52d0a8229a58e2d3bb995c85db537f6c6e.tar.bz2 mtp-responder-9f6cba52d0a8229a58e2d3bb995c85db537f6c6e.zip |
Remove default systemd configuration
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
-rw-r--r-- | mtp-responder.socket | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mtp-responder.socket b/mtp-responder.socket index c5e9d1c..f769769 100644 --- a/mtp-responder.socket +++ b/mtp-responder.socket @@ -3,5 +3,4 @@ Description=MTP responder functionfs socket [Socket] ListenUSBFunction=/dev/usb-funcs/mtp/default -Service=mtp-responder.service TriggerLimitIntervalSec=0 |