1 2 3 4 5 6
#!/bin/sh set -e systemctl enable virtigod.service systemctl stop virtigod.service systemctl start virtigod.service