diff options
-rw-r--r-- | utils/statd/start-statd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/start-statd b/utils/statd/start-statd index cde3583..8ac3798 100644 --- a/utils/statd/start-statd +++ b/utils/statd/start-statd @@ -4,7 +4,7 @@ # /var/run/rpc.statd.pid). # It should run statd with whatever flags are apropriate for this # site. -PATH=/sbin:/usr/sbin +PATH="/sbin:/usr/sbin:/bin:/usr/bin" if systemctl start statd.service then : else |