CentOS 7 QT Install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<pre> | |||
CentOS 7 QT Install | CentOS 7 QT Install | ||
Jump to navigationJump to search | Jump to navigationJump to search | ||
| Line 31: | Line 32: | ||
systemd service: smartd: [ OK ]<br> | systemd service: smartd: [ OK ]<br> | ||
systemd service: irqbalance: [ OK ] (Multiple processors only)<br> | systemd service: irqbalance: [ OK ] (Multiple processors only)<br> | ||
</pre> | |||
Revision as of 22:18, 14 March 2024
CentOS 7 QT Install
Jump to navigationJump to search
CentOS Linux 7 Minimal Install
# curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_prep_cos7.sh \
&& chmod 755 qt_prep_cos7.sh \
&&./qt_prep_cos7.sh
# ./qt_install_cos7.sh
# toaststat
Status of toaster services<br>
send: up (pid 1323) 1517 seconds<br>
smtp: up (pid 1324) 1517 seconds<br>
submission: up (pid 1325) 1517 seconds<br>
send/log: up (pid 1316) 1517 seconds<br>
smtp/log: up (pid 1311) 1517 seconds<br>
submission/log: up (pid 1314) 1517 seconds<br>
systemd service: clamd@scan: [ OK ]<br>
systemd service: clamav-freshclam: [ OK ]<br>
systemd service: spamassassin: [ OK ]<br>
systemd service: dovecot: [ OK ]<br>
systemd service: mariadb: [ OK ]<br>
systemd service: httpd: [ OK ]<br>
systemd service: named: [ OK ]<br>
systemd service: ntpd: [ OK ]<br>
systemd service: sshd: [ OK ]<br>
systemd service: network: [ OK ]<br>
systemd service: crond: [ OK ]<br>
systemd service: acpid: [ OK ]<br>
systemd service: atd: [ OK ]<br>
systemd service: autofs: [ OK ]<br>
systemd service: smartd: [ OK ]<br>
systemd service: irqbalance: [ OK ] (Multiple processors only)<br>