caffeine: remove ProtectHome service option
This option causes caffeine to be unable to start via the systemd service.
This commit is contained in:
parent
e6b7303bd1
commit
093777ee4a
|
@ -28,7 +28,6 @@ in {
|
|||
Restart = "on-failure";
|
||||
PrivateTmp = true;
|
||||
ProtectSystem = "full";
|
||||
ProtectHome = "yes";
|
||||
Type = "exec";
|
||||
Slice = "session.slice";
|
||||
ExecStart = "${pkgs.caffeine-ng}/bin/caffeine";
|
||||
|
|
Loading…
Reference in a new issue