#!/bin/bash -e

for service in simple forking; do
    echo "Disabling $service service from install hook"
    snapctl stop --disable "test-snapd-svcs-disable-install-hook.$service"
done
