Fix non-functioning service
This commit is contained in:
parent
b285320436
commit
c5cb29aa59
|
@ -412,7 +412,7 @@ in {
|
|||
ExecStartPre =
|
||||
let
|
||||
script = pkgs.writeShellScriptBin "rclone-pre" ''
|
||||
sleep 10
|
||||
${pkgs.coreutils}/bin/sleep 10
|
||||
'';
|
||||
in
|
||||
(lib.getExe script);
|
||||
|
|
Loading…
Reference in a new issue