Gerald,
Thank you for your answer.
Double checking my self, sry. This is my understanding of shut down process, is
this ok?
# Stop cron job.
root@myserver:/# /etc/init.d/cron stop
# Check cron job status.
root@myserver:/# /etc/init.d/cron status
[FAIL] cron is not running ... failed!
It's not really a case of proper order of shutdown as much as properly
shutting down.
In theory, you'll want to stop or allow to complete any email fetching that
is ongoing, and stop all cron jobs, and OTRS scheduler, then apache, then
MySQL (if you really must stop MySQL or apache).
It's a web a
Hi,
What is the proper way to shut down/start OTRS 3.3.x system (installed from
source) on Debian 7.
Example of what I am trying to accomplish:
"
linux:~ # rcotrs restart-force
Shutting down OTRS
Disable /opt/otrs/bin/otrs.PostMaster.pl ... done.
no crontab for otrs
Shutting down cronjobs ..