virtigod/postinst

7 lines
117 B
Bash
Executable File

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