%PDF- %PDF-
Direktori : /etc/rc.d/rc1.d/ |
Current File : //etc/rc.d/rc1.d/K15wp-toolkit-scheduled-tasks |
#!/bin/bash # # wp-toolkit-scheduled-tasks Startup script for WordPress Toolkit scheduled tasks service # # chkconfig: - 85 15 # ### BEGIN INIT INFO # Provides: wp-toolkit-scheduled-tasks # Required-Start: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: WordPress Toolkit scheduled tasks service ### END INIT INFO source "/usr/local/cpanel/3rdparty/wp-toolkit/initd/init-d-functions.sh" script_path="$0" action="$1" run_init_d_script "scheduled-tasks-executor" "WordPress Toolkit scheduled tasks service" "$action" "$script_path"