servnest-mkosi/mkosi.postinst

11 lines
168 B
Plaintext
Raw Normal View History

2022-04-20 00:29:47 +02:00
#!/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