1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

polybar: restart service on failure

This commit is contained in:
Robert Helgesson 2019-09-03 23:51:23 +02:00
parent ec0459e139
commit 698d0f0a44
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -131,6 +131,7 @@ in
scriptPkg = pkgs.writeShellScriptBin "polybar-start" cfg.script;
in
"${scriptPkg}/bin/polybar-start";
Restart = "on-failure";
};
Install = {