Please help some Important apps won't START automatically

Is there a way to fix

apache2
Dovecot
Exim4
Nginx
ProFTPD

all can’t start automatically when the server is restarted. everything must be manual. because I only installed on Armbian arm64 OS on a SET TOP BOX with 2GB RAM and 4 core CPU. At the beginning of the installation several times restarted. only Apache and proftpd did not want to automatically START. then I fixed apache with

After=network-online.target
nano /etc/systemd/system/multi-user.target.wants/apache2.service
nano /etc/systemd/system/multi-user.target.wants/nginx.service

and can Restart automatically

Then I tried 5 times restart. now it’s even more applications that don’t want to run automatically. I use Armbian ubuntu 24.04 arm64

Try using the official Ubuntu release and not one modified..

1 Like

Ok Ok Thanks