remove cron, clean_sessions is obsolete

This commit is contained in:
Thomas NOËL 2015-03-18 09:30:04 +01:00
parent 2a225a0104
commit fcff294931
1 changed files with 0 additions and 11 deletions

11
debian/wcs.cron.daily vendored
View File

@ -1,11 +0,0 @@
#! /bin/sh
set -e
if [ -x /usr/sbin/wcsctl ]; then
NAME=wcs
if [ -r /etc/default/$NAME ]; then
. /etc/default/$NAME
fi
/usr/sbin/wcsctl clean_sessions
fi