diff options
Diffstat (limited to 'community/mfs/mfs.install')
-rw-r--r-- | community/mfs/mfs.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/mfs/mfs.install b/community/mfs/mfs.install index 906932aaa..433595cb0 100644 --- a/community/mfs/mfs.install +++ b/community/mfs/mfs.install @@ -17,8 +17,7 @@ post_install() { echo 'To troubleshoot a service, like "mfschunkserver", just running' echo '"/usr/bin/mfschunkserver start" can be helpful.' echo - echo '"systemctl enable mfschunkserver" can be used to enable a service' - echo "at boot, if you're using systemd." + echo 'Systemd is supported for starting services at boot.' echo } |