Skip to main content
Answer

Linux service auto start

  • January 19, 2022
  • 1 reply
  • 3418 views

Forum|alt.badge.img+7

hi, 

After restarting the server,
Is there a way to prevent commvault service from starting automatically?

Best answer by Rick T.

Hello chris_ahn,

Depending on the Linux flavor you are running the Commvault services are started after a reboot using systemd.

The default file is /etc/systemd/system/commvault.Instance001.service.

So like other systemd services, using the 'disable' and 'enable' commands will work here.

    systemctl disable commvault.instance001.service
    systemctl enable commvault.instance001.service

I hope this helps out.

 

If you have a question or comment, please create a topic

1 reply

Forum|alt.badge.img+1
  • Vaulter
  • Answer
  • January 19, 2022

Hello chris_ahn,

Depending on the Linux flavor you are running the Commvault services are started after a reboot using systemd.

The default file is /etc/systemd/system/commvault.Instance001.service.

So like other systemd services, using the 'disable' and 'enable' commands will work here.

    systemctl disable commvault.instance001.service
    systemctl enable commvault.instance001.service

I hope this helps out.