summaryrefslogtreecommitdiff
path: root/testing/ypserv/yppasswdd.service
blob: 9a7068b6c9b779a8190d775bd54ba68a3e91dbfc (plain)
1
2
3
4
5
6
7
8
9
10
11
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