This commit is contained in:
암냥 2026-07-25 11:24:25 +09:00
commit b63744ec0c
No known key found for this signature in database

View file

@ -5,10 +5,9 @@
description = "Minecraft Velocity Proxy"; description = "Minecraft Velocity Proxy";
after = [ after = [
"network-online.target" "network-online.target"
"limbo.service"
]; ];
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
requires = [ "limbo.service" ]; # requires = [ "limbo.service" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { serviceConfig = {