diff options
author | root <root@rshg054.dnsready.net> | 2013-03-29 00:06:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-29 00:06:00 -0700 |
commit | 236f7ce9638c79b9ff594552540f3f5a2cbd8703 (patch) | |
tree | 48799f3962c80c2ba374b02815b865a253d12869 /community/mfs/mfs.install | |
parent | 0fbe25a10dce8ec16455854ed6929b688f98cb36 (diff) |
Fri Mar 29 00:06:00 PDT 2013
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 } |