diff options
author | Steve Dickson <steved@redhat.com> | 2014-05-01 10:35:12 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-05-01 10:35:12 -0400 |
commit | 9a36e0227c4dd8c3ebd1fbb313737c9b95fbd7e1 (patch) | |
tree | fd9656b4089956a83f0b4538092a1313efda9260 | |
parent | 1b0dfd5296b8d420a9d77979330a05bda31577f4 (diff) | |
download | nfs-utils-9a36e0227c4dd8c3ebd1fbb313737c9b95fbd7e1.tar.gz nfs-utils-9a36e0227c4dd8c3ebd1fbb313737c9b95fbd7e1.tar.xz nfs-utils-9a36e0227c4dd8c3ebd1fbb313737c9b95fbd7e1.zip |
start-statd: rpc.statd's systemd unit changed names.
Signed-off-by: Steve Dickson <steved@redhat.com>
-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 |