updated all the systemd daemons

This commit is contained in:
mtgmonkey 2025-06-17 14:05:43 +00:00
parent bdc3a22570
commit dbec636ab7
12 changed files with 276 additions and 33 deletions

View file

@ -45,7 +45,12 @@ in {
RemainAfterExit = true;
User = "spacebar";
Group = "spacebar";
Restart = "always";
RestartMaxDelaySec = "1m";
RestartSec = "100ms";
RestartSteps = 9;
};
wantedBy = ["multi-user.target"];
environment = {
DATABASE = "/var/lib/spacebar-server/database.db";
STORAGE_LOCATION = "/var/lib/spacebar-server/files/";