Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
# Amazon
chkconfig apgupd
# CentOS 78/ RHEL 78 
systemctl enable apgupd.service

...

Code Block
languagetext
# Amazon
service apgupd start
# CentOS 78 / RHEL 78
systemctl start apgupd.service

...