From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Ahmad Fatoum Date: Wed, 19 Feb 2020 11:43:46 +0100 Message-Id: <20200219104346.4840-2-a.fatoum@pengutronix.de> In-Reply-To: <20200219104346.4840-1-a.fatoum@pengutronix.de> References: <20200219104346.4840-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 2/2] projectroot: remove leftover urshd systemd service unit file List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Ahmad Fatoum The PTXCONF_URSHD and PTXCONF_URSHD_SYSTEMD_UNIT options were disabled in cb563ef79 ("ptxconfig: reduce active components"), so no one is installing this file anymore. Drop it. Should it be needed in future, the same file is part of the upstream ptxdist rule since 900dfe2cbb8 ("telnetd/urshd: start only with ptxdist-devel in the kernel command line"). Fixes: cb563ef79 ("ptxconfig: reduce active components") Signed-off-by: Ahmad Fatoum --- projectroot/usr/lib/systemd/system/urshd.service | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 projectroot/usr/lib/systemd/system/urshd.service diff --git a/projectroot/usr/lib/systemd/system/urshd.service b/projectroot/usr/lib/systemd/system/urshd.service deleted file mode 100644 index 65d04ab5cb39..000000000000 --- a/projectroot/usr/lib/systemd/system/urshd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=urshd Server -After=syslog.target -ConditionKernelCommandLine=devel - -[Service] -ExecStart=/usr/bin/urshd -D - -[Install] -WantedBy=multi-user.target -- 2.25.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de