diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 04:57:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 04:57:40 -0600 |
| commit | 375e4f21171ed0b38e6f4a2b65feab7c4a425bb9 (patch) | |
| tree | 1bbeec60d529bf16098d21c0c4dbaeb1464ddf11 /postinst | |
| parent | c65d006423792e2a2206bf0df8284b5120f2e022 (diff) | |
fixes to the packagingv0.0.3
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 |
