change name and config service

This commit is contained in:
Luiz Costa 2022-04-13 11:59:25 +01:00
parent 7a89060462
commit 9c96e8eccc
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
if [ "$1" = "configure" ] ; then
systemctl daemon-reload
systemctl enable centreon_vmware.service
systemctl restart centreon_vmware.service
fi
exit 0