[debian-edu-commits] debian-edu/ 09/64: * Add server side cron job to start waking up clients at 06:30.
Mike Gabriel
sunweaver at debian.org
Wed Oct 23 09:51:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository shutdown-at-night.
commit c21bd82b824304cac0b4df3d905181e377eb60cb
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sun Jun 8 16:44:13 2008 +0000
* Add server side cron job to start waking up clients at 06:30.
git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@41400 6e500793-9bee-0310-a5b0-9d0909bd054d
---
debian/changelog | 6 ++++++
debian/cron.d | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9ac9343..d0db804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+shutdown-at-night (0.2) UNRELEASED; urgency=low
+
+ * Add server side cron job to start waking up clients at 06:30.
+
+ -- Petter Reinholdtsen <pere at debian.org> Sun, 8 Jun 2008 18:18:53 +0200
+
shutdown-at-night (0.1) unstable; urgency=low
* Initial package.
diff --git a/debian/cron.d b/debian/cron.d
index 85909e3..e9b32c7 100644
--- a/debian/cron.d
+++ b/debian/cron.d
@@ -3,4 +3,8 @@
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
+# Shutdown clients
0 16,17,18,19,20,21,22,23,0,1,2,3,4,5,6 * * * root test -x /usr/lib/shutdown-at-night/shutdown-at-night && /usr/lib/shutdown-at-night/shutdown-at-night
+
+# Try to wake up clients
+30 6 * * * root test -x /usr/lib/shutdown-at-night/wakeupclients && /usr/lib/shutdown-at-night/wakeupclients
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/shutdown-at-night.git
More information about the debian-edu-commits
mailing list