summaryrefslogtreecommitdiffstats
path: root/projectroot/usr
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-02-19 11:43:46 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-02-19 16:28:49 +0100
commitc2cb717485cd720c09a7dadaf0ea5c1f034f79ac (patch)
tree075b4773c574842cf5191e68aa75bc90986bc702 /projectroot/usr
parent1d84e5419f509c984efcf5d81e1d7a25aff51c1c (diff)
downloadDistroKit-c2cb717485cd720c09a7dadaf0ea5c1f034f79ac.tar.gz
DistroKit-c2cb717485cd720c09a7dadaf0ea5c1f034f79ac.tar.xz
projectroot: remove leftover urshd systemd service unit file
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 <a.fatoum@pengutronix.de>
Diffstat (limited to 'projectroot/usr')
-rw-r--r--projectroot/usr/lib/systemd/system/urshd.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/projectroot/usr/lib/systemd/system/urshd.service b/projectroot/usr/lib/systemd/system/urshd.service
deleted file mode 100644
index 65d04ab..0000000
--- 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