![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /etc/systemd/system/ |
[Unit] Description=cPanel on Boot service After=network.target network-online.target multi-user.target [Service] Type=oneshot # run once per boot time RemainAfterExit=yes ExecStart=/bin/bash -c 'echo "$(/usr/bin/date +"[%%Y-%%m-%%d %%T %%z]") cpanel-onboot - service start (reboot detected)" >>/usr/local/cpanel/logs/error_log' ExecStart=/usr/local/cpanel/libexec/cpanel-onboot ExecStart=/bin/bash -c 'echo "$(/usr/bin/date +"[%%Y-%%m-%%d %%T %%z]") cpanel-onboot - service finished" >>/usr/local/cpanel/logs/error_log' Environment="LANG=C" Environment="LANGUAGE=C" Environment="LC_ALL=C" Environment="LC_MESSAGES=C" Environment="LC_CTYPE=C" [Install] WantedBy=multi-user.target