1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -e # Enable machines.target by default on new installs if [ -z "$2" ]; then systemctl enable machines.target || true fi #DEBHELPER#