silly
This commit is contained in:
parent
b509339c54
commit
57f90786a2
|
@ -180,14 +180,12 @@ in {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WorkingDirectory = state;
|
WorkingDirectory = state;
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = ''
|
ExecStart = "${
|
||||||
${
|
|
||||||
(pkgs.fedifetcher.overrideAttrs (old: {
|
(pkgs.fedifetcher.overrideAttrs (old: {
|
||||||
patches = old.patches or [ ]
|
patches = old.patches or [ ]
|
||||||
++ [ ../../../../overlays/plsbackfill.diff ];
|
++ [ ../../../../overlays/plsbackfill.diff ];
|
||||||
}))
|
}))
|
||||||
}))
|
}/bin/fedifetcher" + " --config ${configPath}"
|
||||||
}/bin/fedifetcher'' + " --config ${configPath}"
|
|
||||||
+ " --state-dir ${state}";
|
+ " --state-dir ${state}";
|
||||||
User = "fedifetcher";
|
User = "fedifetcher";
|
||||||
Group = "fedifetcher";
|
Group = "fedifetcher";
|
||||||
|
|
Loading…
Reference in a new issue