Skip to content

Commit f815708

Browse files
gregcorbetttofu-rocketry
authored andcommitted
Document when python-daemon needs to be installed
1 parent 023c010 commit f815708

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,17 @@ The Python STOMP library (N.B. versions between 3.1.1 (inclusive) and 5.0.0
4040

4141
The Python AMS library. This is only required if you want to use AMS. See here for details on obtaining an RPM: https://github.com/ARGOeu/argo-ams-library/
4242

43-
The Python daemon library
44-
* `yum install python-daemon`
45-
4643
The Python ldap library
4744
* `yum install python-ldap`
4845

4946
Optionally, the Python dirq library (N.B. this is only required if your messages
5047
are stored in a dirq structure)
5148
* `yum install python-dirq`
5249

50+
The Python daemon library (N.B. installing this library is only required when
51+
using the SSM as a receiver)
52+
* `yum install python-daemon`
53+
5354
You need a certificate and key in PEM format accessible to the SSM.
5455
There are a number of ways to do this. One is to make a copy of the
5556
hostcert and hostkey files, owned by the apel user (created later):

0 commit comments

Comments
 (0)