mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
polybar: restart service on failure
This commit is contained in:
parent
ec0459e139
commit
698d0f0a44
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ in
|
|||
scriptPkg = pkgs.writeShellScriptBin "polybar-start" cfg.script;
|
||||
in
|
||||
"${scriptPkg}/bin/polybar-start";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
|
Loading…
Reference in a new issue