feat: add managed ACME listener and log rotation

This commit is contained in:
chermack
2026-07-26 06:37:49 +08:00
parent 3cd9c2e9c8
commit 084577c910
5 changed files with 31 additions and 4 deletions
+5
View File
@@ -8,4 +8,9 @@ systemctl start trojan
systemctl start trojan-web
systemctl start trojan-acme-challenge
systemctl enable trojan trojan-web trojan-acme-challenge trojan-acme-renew.timer || true
(
while sleep 300; do
/usr/local/sbin/rotate-trojan-log || true
done
) &
exec tail -f /dev/null