plume: restart when crashed

This commit is contained in:
Sandro - 2024-01-20 22:13:34 +01:00
parent 21ee7d014f
commit 2a8e8756cc
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ in
serviceConfig = {
User = cfg.user;
Group = cfg.group;
Restart = "on-failure";
WorkingDirectory = config.users.users.${cfg.user}.home;
};
};