#!/usr/bin/bash source /etc/os-release if [[ $ID = "arch" ]]; then systemctl enable sshd systemctl enable knot systemctl enable nginx systemctl enable php-fpm fi