change name and config service
This commit is contained in:
parent
7a89060462
commit
9c96e8eccc
|
@ -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
|
Loading…
Reference in New Issue