zood/postinst

7 lines
105 B
Plaintext
Raw Normal View History

2024-11-15 01:22:47 -06:00
#!/bin/sh
set -e
systemctl enable zood.service
systemctl stop zood.service
systemctl start zood.service