#!/bin/bash
#
# Sbackup Service file used by anacron

if [ -x /usr/sbin/sbackupd ]
then /usr/sbin/sbackupd
fi
