magic mattermost group sync
This commit is contained in:
parent
4eecd1bad4
commit
445a974f97
1 changed files with 12 additions and 0 deletions
|
@ -69,4 +69,16 @@ in {
|
|||
"/static/hot_shit.svg".return = "302 https://infra4future.de/assets/img/icons/hot_shit.svg";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.auamost = {
|
||||
enable = true;
|
||||
|
||||
description = "mattermost aua gruppensync";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig.Type = "simple";
|
||||
path = [ pkgs.wget ];
|
||||
script = "${pkgs.fish}/bin/fish /persist/magic/mattermost-groupsync.fish";
|
||||
startAt = "hourly";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue