mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
xsession: allow xplugd to restart on failure
This should let it recover a bit better from transient errors.
This commit is contained in:
parent
8c3b2a0cab
commit
fa152fd745
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ in {
|
|||
|
||||
Service = {
|
||||
Type = "forking";
|
||||
Restart = "on-failure";
|
||||
ExecStart = let
|
||||
script = pkgs.writeShellScript "xplugrc" ''
|
||||
case "$1,$3" in
|
||||
|
|
Loading…
Reference in a new issue