summaryrefslogtreecommitdiff
path: root/testing/ypserv/yppasswdd.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ypserv/yppasswdd.service')
-rw-r--r--testing/ypserv/yppasswdd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/ypserv/yppasswdd.service b/testing/ypserv/yppasswdd.service
deleted file mode 100644
index 9a7068b6c..000000000
--- a/testing/ypserv/yppasswdd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=NIS/YP (Network Information Service) Users Passwords Change Server
-Requires=rpcbind.service
-After=network.target rpcbind.service
-
-[Service]
-Type=forking
-PIDFile=/run/yppasswdd.pid
-ExecStart=/usr/sbin/rpc.yppasswdd
-
-[Install]
-WantedBy=multi-user.target