[Spce-user] Extra daemon in SPCE - Problem with Upgrade/Reboot

cappellari at connectlife.it cappellari at connectlife.it
Mon Dec 4 08:31:45 EST 2023


Here's the solution

Navigate to the /etc/ngcp-config/templates/etc/ngcp-service/nsservices.d directory

Create a new file calling it servicename.yml.customtt.tt2

On the new file insert (in the example I am configuring the open-vm-tools):

---
services:
   open-vm-tools:
     group:
       - ngcp-upgrade-ignore
     systemd: open-vm-tools.service
     monit: open-vm-tools
     process:
       name: open-vm-tools


At the next ngcpcfg apply 'custom tt files' the script will create the yml file on /etc/ngcp-service/nsservices.d thus creating the link on the multi-user.target.wants folder



More information about the Spce-user mailing list