Commit inicial con archivos existentes
This commit is contained in:
9
docker/supervisor/discordbot.conf
Executable file
9
docker/supervisor/discordbot.conf
Executable file
@@ -0,0 +1,9 @@
|
||||
[program:discordbot]
|
||||
command=/usr/bin/php /var/www/html/bot/discord_bot.php
|
||||
directory=/var/www/html/bot/
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stderr_logfile=/var/www/html/bot/logs/discordbot.err.log
|
||||
stdout_logfile=/var/www/html/bot/logs/discordbot.out.log
|
||||
user=root
|
||||
redirect_stderr=false
|
||||
Reference in New Issue
Block a user