diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 17:05:52 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 17:05:52 +0900 |
commit | 01b0e90c621606071e20534c93f5299cbfcacda3 (patch) | |
tree | a39f8c8d27cce9f50381077235f39c535836d9e1 | |
parent | f72ededb1245d554163cb10a9e22ee2ebe75c736 (diff) | |
download | scadere-01b0e90c621606071e20534c93f5299cbfcacda3.tar.gz |
Nit documentations
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | contrib/scadere-listen.service | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 41dfdf5..06c7b37 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installing from source should only be considered as a last resort; if you are capable of doing so, please also package scadere for your distribution. -Scadere requires Python 3.11 or above, and uses [flit] +Scadere requires Python 3.11 or above, and uses [flit] 3.11 or above as the PEP 517 build backend. Installation can be done with `flit install` or `pip install .`. diff --git a/contrib/scadere-listen.service b/contrib/scadere-listen.service index 15c97a8..3290213 100644 --- a/contrib/scadere-listen.service +++ b/contrib/scadere-listen.service @@ -3,6 +3,7 @@ Description=Run scadere-listen After=network.target [Service] +ConditionPathExists=/var/lib/scadere/certificates ExecStart=scadere-listen --title='TLS cert renewal' \ /var/lib/scadere/certificates https://scadere.example :4433 Restart=on-failure |