This will enable the service startup of the system. Here are the steps to start a service fully automatically.Ĭreate a service-file in the location /etc/systemd/system/rvice ĪssertFileNotEmpty=/opt/myService/config.jsonĮxecStart=/opt/MyService/myexecutable (or script) The issue was that the wifi was linked to the user. The systemd process was starting, but unfortunately the network was not up and running. I recently had to start a systemd process without having a user being logged in.