nixos/spotifyd: update spotifyd flags

This commit is contained in:
Mario Rodas 2019-09-21 17:10:00 -05:00
parent 695f04632d
commit 54433c443b
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -28,7 +28,7 @@ in
after = [ "network-online.target" "sound.target" ];
description = "spotifyd, a Spotify playing daemon";
serviceConfig = {
ExecStart = "${pkgs.spotifyd}/bin/spotifyd --no-daemon --cache_path /var/cache/spotifyd --config ${spotifydConf}";
ExecStart = "${pkgs.spotifyd}/bin/spotifyd --no-daemon --cache-path /var/cache/spotifyd --config-path ${spotifydConf}";
Restart = "always";
RestartSec = 12;
DynamicUser = true;