diff options
author | root <root@rshg054.dnsready.net> | 2012-08-24 00:02:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-24 00:02:55 +0000 |
commit | 12b846e1ead204137d60caba25f7e494b51b4dc8 (patch) | |
tree | e8327cdc1039abdd8ea72f35ca9ba2cb60569a38 /testing/ypserv/yppasswdd.service | |
parent | 321ac14a17f6fddead571221187604e3ce254451 (diff) |
Fri Aug 24 00:02:54 UTC 2012
Diffstat (limited to 'testing/ypserv/yppasswdd.service')
-rw-r--r-- | testing/ypserv/yppasswdd.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/ypserv/yppasswdd.service b/testing/ypserv/yppasswdd.service new file mode 100644 index 000000000..9a7068b6c --- /dev/null +++ b/testing/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 |