Solved

Linux service auto start

  • 19 January 2022
  • 1 reply
  • 2705 views

Userlevel 2
Badge +8

hi, 

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

icon

Best answer by Rick T. 19 January 2022, 20:47

View original

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

1 reply

Badge +1

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.