roowhod: notify systemd on startup
All checks were successful
Build and test / check (push) Successful in 1m12s
Build and test / build (push) Successful in 1m37s
Build and test / test (push) Successful in 1m56s
Build and test / docs (push) Successful in 5m33s

This commit is contained in:
2026-02-12 11:19:08 +09:00
parent 2c646af236
commit ba7a7f2b26
4 changed files with 18 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ in {
systemd.services.roowho2 = {
serviceConfig = {
Type = "notify";
ExecStart = "${lib.getExe' cfg.package "roowhod"} --config ${format.generate "roowho2-config.toml" cfg.settings}";
Restart = "on-failure";
DynamicUser = true;