diff options
Diffstat (limited to 'extra/ypserv/yppasswdd.service')
-rw-r--r-- | extra/ypserv/yppasswdd.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/ypserv/yppasswdd.service b/extra/ypserv/yppasswdd.service new file mode 100644 index 000000000..9a7068b6c --- /dev/null +++ b/extra/ypserv/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/sbin/rpc.yppasswdd + +[Install] +WantedBy=multi-user.target |