2011-05-10 14:06:31 +00:00
|
|
|
[Unit]
|
2011-08-03 09:17:47 +00:00
|
|
|
Description=NIS/YP (Network Information Service) Users Passwords Change Server
|
|
|
|
Requires=rpcbind.service
|
2011-05-10 14:06:31 +00:00
|
|
|
After=syslog.target network.target rpcbind.service
|
|
|
|
|
|
|
|
[Service]
|
2012-09-03 06:51:56 +00:00
|
|
|
Type=notify
|
|
|
|
NotifyAccess=all
|
2012-06-04 14:47:22 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/network
|
2011-05-10 14:06:31 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/yppasswdd
|
2012-07-11 14:32:16 +00:00
|
|
|
ExecStartPre=/usr/libexec/yppasswdd-pre-setdomain
|
2012-11-30 12:12:00 +00:00
|
|
|
ExecStart=/usr/libexec/rpc.yppasswdd.env
|
2013-05-10 08:43:55 +00:00
|
|
|
PrivateTmp=true
|
2011-05-10 14:06:31 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|