fix auamost path
This commit is contained in:
parent
445a974f97
commit
e9d2630ea9
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue