Systemd question

So, if I start a service in systemd, such as

systemctl start ipp-usb.service

,will it then continue to start automatically in each new session / reboot?

No, that will start it only for the already running instance of the operating system.

In order to both start a service and have it automatically started at every boot, you must use… :point_down:

sudo systemctl enable --now name-of-service

See… :point_down:

man systemctl

P.S.: Your question has nothing to do with KDE Plasma, so I’ve moved your thread to the generic Support category.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.