1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 09:58:32 +02:00

spotifyd: update flags (#979)

Following nixos/nixpkgs@54433c4
This commit is contained in:
Denys Pavlov 2020-01-09 22:10:16 +08:00 committed by Matthieu Coudron
parent 1b7b1bc294
commit d677556e62

View File

@ -44,7 +44,7 @@ in
Install.WantedBy = [ "default.target" ]; Install.WantedBy = [ "default.target" ];
Service = { Service = {
ExecStart = "${pkgs.spotifyd}/bin/spotifyd --no-daemon --config ${configFile}"; ExecStart = "${pkgs.spotifyd}/bin/spotifyd --no-daemon --config-path ${configFile}";
Restart = "always"; Restart = "always";
RestartSec = 12; RestartSec = 12;
}; };