services/activitywatch: update watcher service config

This commit is contained in:
Gabriel Arazas 2023-09-04 11:32:47 +08:00
parent 141c105412
commit 153495b514
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,6 +16,7 @@ let
Service = {
ExecStart = "${cfg.package}/bin/${cfg.executable} ${lib.escapeShellArgs cfg.extraArgs}";
Restart = "on-failure";
# Some sandboxing.
LockPersonality = true;