ypbind/ypbind.service

16 lines
504 B
SYSTEMD
Raw Normal View History

[Unit]
2011-08-03 08:35:09 +00:00
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
Requires=rpcbind.service
2011-08-03 08:35:09 +00:00
After=syslog.target network.target rpcbind.service ypserv.service
[Service]
EnvironmentFile=-/etc/sysconfig/network
EnvironmentFile=-/etc/sysconfig/ypbind
2011-09-15 15:18:23 +00:00
ExecStartPre=/usr/lib/ypbind/ypbind-pre-setdomain
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
2011-09-15 15:18:23 +00:00
ExecStartPost=/usr/lib/ypbind/ypbind-post-waitbind
[Install]
WantedBy=multi-user.target