Added untested sysv init file and added warnings to README

This commit is contained in:
Scott Kitterman
2018-02-17 18:42:19 -05:00
parent 57a626d157
commit 162c115fa5
5 changed files with 148 additions and 4 deletions
+6
View File
@@ -13,6 +13,12 @@ default is a feature:
python setup.py install --single-version-externally-managed --record=/dev/null
Both a systemd unit file and a sysv init file are provided. Both make
assumptions about defaults being used, e.g. if a non-standard pidfile name is
used, they will need to be updated. The sysv init file is Debian specific and
untested, since the developers are not using sysv init. Feedback/patches
welcome.
WARNING: This is an alpha grade release to support interoperability testing with
Ed25519 signatures and basic functionality. It is known to be incomplete and
not suitable for general use.