module: always restart

This commit is contained in:
Aaron Bieber 2024-03-31 13:55:13 -06:00
parent d1704af063
commit 840b24a642
No known key found for this signature in database

View File

@ -74,6 +74,8 @@ in {
User = cfg.user;
Group = cfg.group;
Restart = "always";
ExecStart = ''
${cfg.package}/bin/kogs -listen ${cfg.listen} ${lib.optionalString (!cfg.registration) "-reg=false"}
'';