> On 1/20/20 3:09 PM, tortuga verde wrote: > > > Also, since it was not listed in systemctl status, how would I be able > > to easily enumerate all such services, so that if I want to see if any > > service is running because I failed to disable it at install time, I can > > find and disable it now? > > You just need to learn more commands for systemctl. Debian generally has fewer services running than Fedora, but there are some that you might want to disable. Some services will work in an AppVM but fail in the TemplateVM because there is no network access.
$ sudo systemctl list-units (--all) $ sudo systemctl list-timers (--all) $ sudo systemctl list-sockets (--all) Read the man page, especially the section about commands to learn how to disable and troubleshoot. $ man systemctl -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/4827sN6wy5z9rxp%40submission02.posteo.de.
