zood/postinst

7 lines
105 B
Bash
Executable File

#!/bin/sh
set -e
systemctl enable zood.service
systemctl stop zood.service
systemctl start zood.service