Make the various used ports configurable

This commit is contained in:
Josh.5
2022-02-19 18:07:10 +13:00
parent 75c2df3115
commit 576bf9471c
6 changed files with 32 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ autostart=true
autorestart=true
priority=10
user=root
command=/usr/sbin/sshd -Ddp 2222
command=/usr/sbin/sshd -Ddp "%(ENV_PORT_SSH)s"
stopsignal=QUIT
stdout_logfile=/var/log/supervisor/sshd.log
stdout_logfile_maxbytes=10MB