summaryrefslogtreecommitdiff
path: root/extra/ypbind-mt/ypbind.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ypbind-mt/ypbind.service')
-rw-r--r--extra/ypbind-mt/ypbind.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ypbind-mt/ypbind.service b/extra/ypbind-mt/ypbind.service
index 08e4fe14e..bb13f1d66 100644
--- a/extra/ypbind-mt/ypbind.service
+++ b/extra/ypbind-mt/ypbind.service
@@ -7,7 +7,7 @@ Before=systemd-user-sessions.service
[Service]
Type=forking
PIDFile=/run/ypbind.pid
-ExecStart=/usr/sbin/ypbind
+ExecStart=/usr/bin/ypbind
# Terrible hack, upstream ypbind should sort something out
# Wait for at most 10 seconds for a NIS master to become available
ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich && break; sleep 1; done"