2011-04-14 13:26:32 +00:00
|
|
|
[Unit]
|
|
|
|
Description=The ypbind daemon which binds NIS/YP clients to NIS domain
|
|
|
|
After=syslog.target network.target rpcbind.service
|
|
|
|
|
|
|
|
[Service]
|
2011-05-10 13:44:15 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/network
|
2011-04-27 10:07:07 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/ypbind
|
2011-04-14 13:26:32 +00:00
|
|
|
ExecStartPre=/usr/lib/ypbind/ypbind-pre-setdomain ; /usr/sbin/setsebool allow_ypbind=1
|
|
|
|
ExecStart=/usr/sbin/ypbind -f $OTHER_YPBIND_OPTS
|
|
|
|
ExecStopPost=/usr/sbin/setsebool allow_ypbind=0 ; /usr/lib/ypbind/ypbind-post-waitbind
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|