Updates to running background services as web user

This commit is contained in:
Duncan Sommerville 2015-01-08 18:52:58 -05:00
parent a9d3a8aefd
commit 1ddda846d6
3 changed files with 13 additions and 11 deletions

View file

@ -150,10 +150,9 @@ $result = $r1 && $r2;
<?php
} else {
?>">
Check that the airtime-media-monitor service is installed correctly in <code>/etc/init</code>
and <code>/etc/init.d</code>, and ensure that it's running with
<br/><code>sudo initctl list | grep airtime-media-monitor</code>. If not, try
<br/><code>sudo -u www-data service airtime-media-monitor restart</code>.
Check that the airtime-media-monitor service is installed correctly in <code>/etc/init</code>,
and ensure that it's running in <br/><code>initctl list | grep airtime-media-monitor</code><br/>.
If not, try <br/><code>sudo service airtime-media-monitor start</code><br/>.
(Replace www-data with your web user if necessary)
<?php
}