From 9b594d761d60fad6444b26ff3d41708e1c138abf Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 15 Jul 2010 17:02:08 -0400 Subject: added some examples for system integration --- examples/crontab | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/crontab (limited to 'examples/crontab') diff --git a/examples/crontab b/examples/crontab new file mode 100644 index 0000000..ab26c9d --- /dev/null +++ b/examples/crontab @@ -0,0 +1,6 @@ +# example Monkeysphere cron job: + +# Hourly: update the per-user authorized_keys in /var based on +# ~/.monkeysphere/authorized_user_ids + +36 * * * * root /usr/sbin/monkeysphere-authentication update-users -- cgit v1.2.3