caffeine: remove ProtectHome service option
This option causes caffeine to be unable to start via the systemd
service.
(cherry picked from commit 093777ee4a
)
This commit is contained in:
parent
0c2353d5d9
commit
072662bd1b
|
@ -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