1 2 3 4 5 6
units=('sunrise.service') post_install() { /bin/systemctl enable "${units[@]}" /bin/systemctl start "${units[@]}" }