1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 03:32:30 +08:00
2024-05-10 23:54:24 +08:00

17 lines
327 B
Plaintext

[program:server]
directory=/app
command=/app/amprobe run -c /app/configs/config.toml
autostart=true
startsecs=10
autorestart=true
startretries=3
user=root
priority=999
stopsignal=INT
redirect_stderr=true
stdout_logfile_maxbytes=200MB
stdout_logfile_backups = 100
stdout_logfile=/app/app.log
stopasgroup=false
killasgroup=false