beta: Support in systemd start-eddn-service script

This commit is contained in:
Athanasius 2021-07-02 14:17:21 +00:00
parent a340b027fc
commit c72f583476

View File

@ -4,7 +4,7 @@
# Start an EDDN Service, including redirecting output to a log file.
usage() {
echo "Usage: $(basename $0) [ gateway | monitor | relay ] [ dev | live ]"
echo "Usage: $(basename $0) [ gateway | monitor | relay ] [ live | beta | dev ]"
}
if [ -z "${1}" ];