This program restarts programs if time zone has changed from last time
that it was executed.
Currently it restarts cron, syslog and also a custom program.
CONFIGURATION
The configuration variables VERBOSE and RUN_PROG are read from the
configuration file. If you want to run a custom program when the system
timezone changes, you can use the configuration variable RUN_PROG.
OPTIONS
This program is suposed to be run without arguments from cron, everyday
at midnight. The following options are for debugging, they are not needed
in regular use of the program.
--verbose
run in verbose mode.
--test
same as --verbose.
--force
force a restart in cron, syslog and custom program. runs in verbose mode.