e1739f9a43
Resolves: #741141
16 lines
504 B
Desktop File
16 lines
504 B
Desktop File
[Unit]
|
|
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
|
|
Requires=rpcbind.service
|
|
After=syslog.target network.target rpcbind.service ypserv.service
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/network
|
|
EnvironmentFile=-/etc/sysconfig/ypbind
|
|
ExecStartPre=/usr/lib/ypbind/ypbind-pre-setdomain
|
|
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1
|
|
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
|
|
ExecStartPost=/usr/lib/ypbind/ypbind-post-waitbind
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|