Blame SOURCES/ypbind.service

6c4d24
# For details how to adjust this file or change daemon settings, please, read ypbind(8).
6c4d24
[Unit]
6c4d24
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
6c4d24
Requires=rpcbind.service
6c4d24
Wants=nss-user-lookup.target network-online.target
6c4d24
After=syslog.target rpcbind.service ypserv.service
6c4d24
Before=systemd-user-sessions.service
6c4d24
Before=nss-user-lookup.target
6c4d24
6c4d24
[Service]
6c4d24
Type=notify
6c4d24
NotifyAccess=all
6c4d24
EnvironmentFile=-/etc/sysconfig/network
6c4d24
EnvironmentFile=-/etc/sysconfig/ypbind
6c4d24
ExecStartPre=/usr/libexec/ypbind-pre-setdomain
6c4d24
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1 
6c4d24
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
6c4d24
ExecStartPost=/usr/libexec/ypbind-post-waitbind
6c4d24
PrivateTmp=true
6c4d24
6c4d24
[Install]
6c4d24
WantedBy=multi-user.target