ma social-to-irc: restart brockman
This commit is contained in:
parent
ceaf0a09a2
commit
db56b51ab4
|
@ -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 = {
|
krebs.brockman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
channel = "#binaergewitter";
|
channel = "#binaergewitter";
|
||||||
notifyErrors = false;
|
notifyErrors = false;
|
||||||
irc = {
|
irc = {
|
||||||
host = "irc.freenode.net";
|
host = "irc.freenode.net";
|
||||||
port = 6667;
|
port = 6667;
|
||||||
|
|
Loading…
Reference in a new issue