16 lines
413 B
Desktop File
16 lines
413 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]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
EnvironmentFile=-/etc/sysconfig/network
|
|
EnvironmentFile=-/etc/sysconfig/yppasswdd
|
|
ExecStartPre=/usr/libexec/yppasswdd-pre-setdomain
|
|
ExecStart=/usr/libexec/rpc.yppasswdd.env
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|