fix error

This commit is contained in:
boogiewoogie 2025-07-06 18:46:16 +02:00 committed by Rory&
parent 13fc853253
commit 67e0438bdc

View File

@ -90,7 +90,7 @@ in
];
StateDirectory = "spacebarchat-server";
StateDirectoryMode = "0700";
ExecStart = "env ${cfg.package}/bin/start-bundle";
ExecStart = "${cfg.package}/bin/start-bundle";
Restart = "on-failure";
RestartSec = 10;
StartLimitBurst = 5;