update daemon instructions

This commit is contained in:
ahrenholz@gmail.com 2012-09-25 15:45:11 +00:00
parent 7d9e215f67
commit f87389d163

View file

@ -38,7 +38,10 @@ Virtual networks usually require routing software. CORE automatically builds con
== Step 2. Start the CORE daemon == == Step 2. Start the CORE daemon ==
{{{ {{{
# for Ubuntu/CentOS
sudo /etc/init.d/core start sudo /etc/init.d/core start
# for Fedora
systemctl start core-emulator.service
}}} }}}
To view the CORE daemon log file, look at `/var/log/coredpy.log`. To view the CORE daemon log file, look at `/var/log/coredpy.log`.