qol(obs): service now auto_restarts

This commit is contained in:
2025-12-02 10:36:49 +00:00
parent 6d4a004422
commit 40d22f087d

View File

@@ -58,9 +58,10 @@ in
WantedBy = [ "default.target" ];
};
Service = {
# wait for hyprland to start
ExecStart = "${config.programs.obs-studio.finalPackage}/bin/obs --startreplaybuffer";
# Restart = "on-failure";
# RestartSec = "5s";
Restart = "on-failure";
RestartSec = "5s";
};
};
};