summarylogtreecommitdiffstats
path: root/rpc-nispasswdd.service
diff options
context:
space:
mode:
Diffstat (limited to 'rpc-nispasswdd.service')
-rw-r--r--rpc-nispasswdd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/rpc-nispasswdd.service b/rpc-nispasswdd.service
new file mode 100644
index 000000000000..12101abb2e48
--- /dev/null
+++ b/rpc-nispasswdd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=NIS+ password update server
+After=rpcbind.service
+Requires=rpcbind.service
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/rpc.nispasswdd
+
+[Install]
+WantedBy=multi-user.target