Formatting
This commit is contained in:
parent
d16b8262c9
commit
25e93ab45c
@ -140,7 +140,7 @@ in
|
||||
Program = "${pkgs.writeShellScript "keepass-sync" ''
|
||||
${pkgs.coreutils}/bin/cp "${homedir}/storage/.macshare/.secret/arnie.kdbx" "${homedir}/.secret/arnie.kdbx"
|
||||
''}";
|
||||
ProgramArguments = [];
|
||||
ProgramArguments = [ ];
|
||||
StartInterval = 60 * 10;
|
||||
StandardErrorPath = "/var/log/keepass-sync.error.log";
|
||||
StandardOutPath = "/var/log/keepass-sync.out.log";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user