diff options
| author | pbuetow <35781042+pbuetow@users.noreply.github.com> | 2020-02-08 18:47:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-08 18:47:15 +0000 |
| commit | ca28ba95a74706ad3620f6a1980db45c1a92ad4a (patch) | |
| tree | 03c0a302b006aa08a63d986fdabcb3810ddc48aa /samples/dserver-update-keycache.timer.sample | |
| parent | 80867e437900ae995175d108c593059525e650e6 (diff) | |
| parent | 95bae52787162b869ecb021e2bbc841bb8b6a65c (diff) | |
Merge pull request #9 from snonux/master
add systemd update keycache timer example
Diffstat (limited to 'samples/dserver-update-keycache.timer.sample')
| -rw-r--r-- | samples/dserver-update-keycache.timer.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/dserver-update-keycache.timer.sample b/samples/dserver-update-keycache.timer.sample new file mode 100644 index 0000000..e7158ca --- /dev/null +++ b/samples/dserver-update-keycache.timer.sample @@ -0,0 +1,5 @@ +[Unit] +Description=Refresh DServer SSH Key Cache every 30 minutes. + +[Timer] +OnCalendar=*:0/30 |
