Bernd Steinhauser wrote: > If you have a service running and then uninstall it, the .service file > gets removed, because it's not under copy protection (installed in /lib). > The service is still running, but it is not possible to stop it – using > systemctl – anymore.
It is possible to stop the service IIUC. Stopping it with 'systemctl stop' is impossible, but AFAIK using 'systemctl kill -s TERM $service' still works because 'systemctl kill' just goes for the appropriate cgroup and sends the signal to all contained processes. _______________________________________________ Exherbo-dev mailing list [email protected] http://lists.exherbo.org/mailman/listinfo/exherbo-dev
