1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-07-25 20:27:45 +00:00
This commit is contained in:
RGBCube 2024-05-29 10:44:34 +03:00
parent d8d002d488
commit 2bb63f468e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

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