Fix non-functioning service

This commit is contained in:
Manuel Thalmann 2024-05-16 18:17:38 +02:00
parent b285320436
commit c5cb29aa59

View file

@ -412,7 +412,7 @@ in {
ExecStartPre =
let
script = pkgs.writeShellScriptBin "rclone-pre" ''
sleep 10
${pkgs.coreutils}/bin/sleep 10
'';
in
(lib.getExe script);