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