nixos/spotifyd: update spotifyd flags
This commit is contained in:
parent
695f04632d
commit
54433c443b
@ -28,7 +28,7 @@ in
|
|||||||
after = [ "network-online.target" "sound.target" ];
|
after = [ "network-online.target" "sound.target" ];
|
||||||
description = "spotifyd, a Spotify playing daemon";
|
description = "spotifyd, a Spotify playing daemon";
|
||||||
serviceConfig = {
|
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";
|
Restart = "always";
|
||||||
RestartSec = 12;
|
RestartSec = 12;
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user