#!/bin/bash systemctl -q is-enabled "docker-compose@$1.service" && systemctl start "docker-compose@$1.service" exit 0