fix auamost path

mattermost-group-sync
stuebinm 2022-07-09 19:11:30 +02:00
parent 445a974f97
commit e9d2630ea9
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ in {
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig.Type = "simple";
path = [ pkgs.wget ];
path = [ pkgs.curl pkgs.jq ];
script = "${pkgs.fish}/bin/fish /persist/magic/mattermost-groupsync.fish";
startAt = "hourly";
startAt = "*:0/15";
};
}