diff options
Diffstat (limited to 'postinst')
| -rwxr-xr-x | postinst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/bin/sh set -e -systemctl enable zood.service -systemctl stop zood.service -systemctl start zood.service +systemctl enable zookeeper.service +systemctl stop zookeeper.service +systemctl start zookeeper.service |
