parent
1b7b1bc294
commit
d677556e62
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue