removed all logging due to broken implementation - known good state

This commit is contained in:
2025-02-24 21:48:51 -08:00
parent 252fdf4db1
commit afff3d1161
7 changed files with 682 additions and 493 deletions

View File

@@ -13,8 +13,8 @@ Environment=PATH=/opt/icecast-irc-bot/venv/bin:$PATH
ExecStart=/opt/icecast-irc-bot/venv/bin/python3 /usr/local/bin/icecast-irc-bot-manager --config /etc/icecast-irc-bot/config.yaml
Restart=on-failure
RestartSec=5s
StandardOutput=append:/var/log/icecast-irc-bot/bot.log
StandardError=append:/var/log/icecast-irc-bot/error.log
StandardOutput=journal
StandardError=journal
# Security settings
NoNewPrivileges=yes