From fa2a727c18552c8f749f20b8835f48bfb7629813 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Thu, 5 Mar 2020 14:42:21 +0900 Subject: [PATCH] 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 --- packaging/sdbd.socket | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1