feat: add managed ACME listener and log rotation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user