zookeeper/postinst

7 lines
105 B
Plaintext
Raw Normal View History

2024-11-15 18:49:52 -06:00
#!/bin/sh
set -e
systemctl enable zood.service
systemctl stop zood.service
systemctl start zood.service