2013-08-19 13:01:34 +00:00
|
|
|
# For details how to adjust this file or change daemon settings, please, read ypbind(8).
|
2011-04-14 13:26:32 +00:00
|
|
|
[Unit]
|
2011-08-03 08:35:09 +00:00
|
|
|
Description=NIS/YP (Network Information Service) Clients to NIS Domain Binder
|
2011-08-02 15:44:35 +00:00
|
|
|
Requires=rpcbind.service
|
2017-09-21 12:45:22 +00:00
|
|
|
Wants=nss-user-lookup.target network-online.target
|
|
|
|
After=syslog.target rpcbind.service ypserv.service
|
2012-01-24 15:00:26 +00:00
|
|
|
Before=systemd-user-sessions.service
|
2015-11-16 12:32:29 +00:00
|
|
|
Before=nss-user-lookup.target
|
2011-04-14 13:26:32 +00:00
|
|
|
|
|
|
|
[Service]
|
2012-09-24 11:13:06 +00:00
|
|
|
Type=notify
|
|
|
|
NotifyAccess=all
|
2011-05-10 13:44:15 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/network
|
2011-04-27 10:07:07 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/ypbind
|
2012-07-11 14:34:36 +00:00
|
|
|
ExecStartPre=/usr/libexec/ypbind-pre-setdomain
|
2011-06-07 08:41:19 +00:00
|
|
|
ExecStartPre=-/usr/sbin/setsebool allow_ypbind=1
|
2011-06-13 11:05:54 +00:00
|
|
|
ExecStart=/usr/sbin/ypbind -n $OTHER_YPBIND_OPTS
|
2012-07-11 14:34:36 +00:00
|
|
|
ExecStartPost=/usr/libexec/ypbind-post-waitbind
|
2013-05-10 08:44:00 +00:00
|
|
|
PrivateTmp=true
|
2011-04-14 13:26:32 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|