1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-06-10 15:32:07 +00:00
This commit is contained in:
RGBCube 2024-05-29 10:44:34 +03:00
parent d8d002d488
commit 2bb63f468e
No known key found for this signature in database

View file

@ -88,7 +88,7 @@
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
systemd.services.github2forgeo = { systemd.services.github2forgejo = {
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
after = [ "network-online.target" ]; after = [ "network-online.target" ];
restartIfChanged = false; restartIfChanged = false;