Updated doc to reflect upstart service rather than init.d

This commit is contained in:
Matt Hill 2016-01-21 19:12:56 -05:00
parent 795c0d46de
commit 888fcfca59

View File

@ -151,7 +151,7 @@ Configure the company_id, site_id, country, and stream values as described in th
.. code-block:: bash .. code-block:: bash
# Restart the alprd process # Restart the alprd process
sudo /etc/init.d/openalprd-daemon start sudo service openalprd-daemon start
# Tail the logs to see if the daemon is running successfully # Tail the logs to see if the daemon is running successfully
tail -f /var/log/alpr.log tail -f /var/log/alpr.log