From 888fcfca593fb7083de76e3f902396cc0043f073 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 21 Jan 2016 19:12:56 -0500 Subject: [PATCH] Updated doc to reflect upstart service rather than init.d --- doc/source/web_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/web_server.rst b/doc/source/web_server.rst index 3489960..ba1b124 100644 --- a/doc/source/web_server.rst +++ b/doc/source/web_server.rst @@ -151,7 +151,7 @@ Configure the company_id, site_id, country, and stream values as described in th .. code-block:: bash # 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 -f /var/log/alpr.log