summarylogtreecommitdiffstats
path: root/yppasswdd.service
diff options
context:
space:
mode:
Diffstat (limited to 'yppasswdd.service')
-rw-r--r--yppasswdd.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/yppasswdd.service b/yppasswdd.service
new file mode 100644
index 000000000000..371a7d481f84
--- /dev/null
+++ b/yppasswdd.service
@@ -0,0 +1,12 @@
+[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/bin/rpc.yppasswdd
+
+[Install]
+WantedBy=multi-user.target