From: INSUN PYO Date: Thu, 5 Mar 2020 05:42:21 +0000 (+0900) Subject: Remove default systemd configuration X-Git-Tag: submit/tizen/20200902.070239~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa2a727c18552c8f749f20b8835f48bfb7629813;p=sdk%2Ftarget%2Fsdbd.git 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: I1de8cee2d9af906d1007b37346b2e7106910f0d3 --- diff --git a/packaging/sdbd.socket b/packaging/sdbd.socket index 8cce929..9d21e6d 100644 --- a/packaging/sdbd.socket +++ b/packaging/sdbd.socket @@ -3,4 +3,3 @@ Description=sdbd Socket for sdb [Socket] ListenUSBFunction=/dev/usb-funcs/sdb/default -Service=sdbd.service