12 lines
306 B
Desktop File
12 lines
306 B
Desktop File
[Unit]
|
|
Description=NIS/YP (Network Information Service) Users Passwords Change Server
|
|
Requires=rpcbind.service
|
|
After=syslog.target network.target rpcbind.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/yppasswdd
|
|
ExecStart=/usr/sbin/rpc.yppasswdd -f $YPPASSWDD_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|