Blame SOURCES/ypbind.service

eae879
[Unit]
eae879
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
eae879
Requires=rpcbind.service
eae879
Wants=nss-user-lookup.target
eae879
After=syslog.target network-online.target rpcbind.service ypserv.service NetworkManager-wait-online.service
eae879
Before=systemd-user-sessions.service
eae879
Before=nss-user-lookup.target
eae879
eae879
[Service]
eae879
Type=notify
eae879
NotifyAccess=all
eae879
EnvironmentFile=-/etc/sysconfig/network
eae879
EnvironmentFile=-/etc/sysconfig/ypbind
eae879
ExecStartPre=/usr/libexec/ypbind-pre-setdomain
eae879
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1 
eae879
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
eae879
ExecStartPost=/usr/libexec/ypbind-post-waitbind
eae879
PrivateTmp=true
eae879
eae879
[Install]
eae879
WantedBy=multi-user.target