can't do syntax award
This commit is contained in:
parent
cf0615d641
commit
05e17ef570
|
@ -173,7 +173,7 @@ in {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WorkingDirectory = state;
|
WorkingDirectory = state;
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "{pkgs.fedifetcher}/bin/fedifetcher"
|
ExecStart = "${pkgs.fedifetcher}/bin/fedifetcher"
|
||||||
+ " --config ${configPath}" + " --state-dir ${state}";
|
+ " --config ${configPath}" + " --state-dir ${state}";
|
||||||
user = "fedifetcher";
|
user = "fedifetcher";
|
||||||
group = "fedifetcher";
|
group = "fedifetcher";
|
||||||
|
|
Loading…
Reference in a new issue