Merge pull request #301904 from presto8/restart-xss-lock

nixos/xss-lock: restart if xss-lock exits
This commit is contained in:
Marek Fajkus 2024-04-08 10:48:03 +02:00 committed by GitHub
commit e8c2005464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ in
"--"
cfg.lockerCommand
]);
serviceConfig.Restart = "always";
};
};
}