Cron: Difference between revisions

imported>Sjau
No edit summary
imported>Sjau
No edit summary
Line 31: Line 31:


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
       "0 * * * *      hyper   out=$( /run/current-system/sw/bin/pass git pull 2>&1 ) || echo $out"
       "0 * * * *      johndoe   out=$( /run/current-system/sw/bin/pass git pull 2>&1 ) || echo $out"
</syntaxHighlight>
</syntaxHighlight>