ypserv/yppasswdd.service

14 lines
381 B
SYSTEMD
Raw Normal View History

[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/network
EnvironmentFile=-/etc/sysconfig/yppasswdd
ExecStartPre=/usr/libexec/yppasswdd-pre-setdomain
ExecStart=/usr/sbin/rpc.yppasswdd.env
[Install]
WantedBy=multi-user.target