ypserv/yppasswdd.service
Honza Horák 4ee950d337 Minor spec file fixes
Helper scripts moved to /usr/libexec
2012-07-11 16:32:16 +02:00

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