Skip to content

Commit 8b4452f

Browse files
committed
Update README.
1 parent 4108cd4 commit 8b4452f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ If you have already have installed the Cayenne agent service via the Cayenne das
7777
::
7878
7979
sudo service myDevices stop
80+
81+
d) Optionally, disable the Cayenne service from starting at boot.
82+
::
83+
84+
sudo systemctl disable myDevices
8085
8186
3. Run this agent module in place of the Cayenne agent service, instead of from the command line.
8287
::
@@ -85,7 +90,7 @@ If you have already have installed the Cayenne agent service via the Cayenne das
8590

8691
Other potential issues caused by running this agent along side the Cayenne service:
8792

88-
* File/folder permissions issues - The permissions for files and folders used by this agent, including ``/var/log/myDevice``, ``/etc/myDevices``, ``/var/run/myDevices`` and files inside those folders, could conflict with the permissions set by the agent service installed from Cayenne. To get around this issue you can manually modify the file and folder permissions, reinstall the agent, or run the agent as a service as explained above.
93+
* File/folder permissions issues - The permissions for files and folders used by this agent, including ``/var/log/myDevices``, ``/etc/myDevices``, ``/var/run/myDevices`` and files inside those folders, could conflict with the permissions set by the agent service installed from Cayenne. To get around this issue you can manually modify the file and folder permissions, reinstall the agent, or run the agent as a service as explained above.
8994
* Agent update - The Cayenne agent will automatically update itself if a new agent becomes available which can overwrite the installation of this agent. You may need to reinstall this agent if that happens. To completely disable updates you can add the line ``DoUpdates = false`` to ``/etc/myDevices/AppSettings.ini``.
9095

9196
***********

0 commit comments

Comments
 (0)