# Crontab is system that runs stored commands every so often.
# Therefore, if the system reboots, or if someone shuts down
# services, crontab will eventually load them again.
#
# A script has been set up to assist in this operation.
# Below is an example of what you should put into
# Crontab. If you do not know how to use crontab,
# read the man pages. "man crontab".
# You can however, set the path below after the
# 4 *'s to the serviceschk script provided in
# the package. Then type "crontab crontab", or
# "crontab <whatever the file is called>".
# That will cause crontab to load the line below,
# and check if services are running every 5 minutes.
#
# ** READ: You must edit the variable path in the "serviceschk"
#          script, located at the top of the file. (servdir)

0,5,10,15,20,25,30,35,40,45,50,55 * * * * /to/services/dir/serviceschk
