debian: remove cron, clean_sessions is obsolete

This commit is contained in:
Thomas NOËL 2015-03-18 09:28:19 +01:00 committed by Frédéric Péters
parent 0581f21a3e
commit cdf20cf8be
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