Files
UltraChat/govno/server.conf
sShemet ade2833df7 init
2025-12-22 14:03:10 +05:00

16 lines
324 B
Plaintext

description "Example JSON HTTP server"
author "nitaku - matteo.abrate@gmail.com"
start on started mountall
stop on shutdown
respawn
respawn limit 99 5
script
exec sudo -u www-data /usr/bin/python /data/examples/python_minimal_http/server.py 8009 >> /dev/null 2>> /dev/null
end script
post-start script
end script