This commit is contained in:
atagen 2024-05-16 12:15:37 +10:00
parent 8d6ad2d9d2
commit 8f7b307849

View file

@ -26,7 +26,7 @@
name: cfg: {
Unit = {
Description = "${cfg.name} Backend";
WantedBy = [];
WantedBy = lib.mkForce [];
};
Service = cfg.service;
}