ma social-to-irc: restart brockman

This commit is contained in:
makefu 2021-05-15 13:10:57 +02:00
parent ceaf0a09a2
commit db56b51ab4
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,10 +1,16 @@
{
# systemd.services.brockman.environment."BROCKMAN_LOG_LEVEL" = "DEBUG";
systemd.services.brockman.environment."BROCKMAN_LOG_LEVEL" = "DEBUG";
systemd.services.restart-brockman = {
after = [ "brockman.service" ];
wantedBy = [ "multi-user.target" ];
startAt = "daily";
script = "${pkgs.systemd}/bin/systemctl try-restart brockman.service";
};
krebs.brockman = {
enable = true;
config = {
channel = "#binaergewitter";
notifyErrors = false;
notifyErrors = false;
irc = {
host = "irc.freenode.net";
port = 6667;