virtigod/postinst

7 lines
117 B
Plaintext
Raw Normal View History

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