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 8ac3798..dcdaf77 100644 --- a/utils/statd/start-statd +++ b/utils/statd/start-statd @@ -5,7 +5,7 @@ # It should run statd with whatever flags are apropriate for this # site. PATH="/sbin:/usr/sbin:/bin:/usr/bin" -if systemctl start statd.service +if systemctl start rpc-statd.service then : else exec rpc.statd --no-notify |