2011-05-10 14:06:31 +00:00
|
|
|
[Unit]
|
2011-08-03 09:17:47 +00:00
|
|
|
Description=NIS/YP (Network Information Service) Maps Transferring Accelerator
|
|
|
|
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
|
2011-05-10 14:06:31 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/network
|
|
|
|
ExecStart=/usr/sbin/rpc.ypxfrd -f $YPXFRD_ARGS
|
2013-05-10 08:43:55 +00:00
|
|
|
PrivateTmp=true
|
2011-05-10 14:06:31 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|