0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00
This commit is contained in:
Taeer Bar-Yam 2022-02-22 07:38:01 -05:00
parent 005769ee13
commit b5ec72fc13
2 changed files with 3 additions and 4 deletions

View file

@ -307,7 +307,6 @@ in
serviceConfig = serviceConfig // { Type = "forking"; };
after = [ "zammad-web.service" ];
requires = [ "zammad-web.service" ];
wants = [ "zammad-web.service" ];
description = "Zammad scheduler";
wantedBy = [ "multi-user.target" ];
script = "./script/scheduler.rb start";