Systemd systemctl commands
On Debian and likely most Systemd type systems, we can use the following to search for service names;
systemctl list-unit-files | grep 'searchTerm'
There are I'm sure other ways of doing this but this helps me for the time being.
I recall when service was a thing.
of course I'm more of a /etc/rc.d/rc.service status kind of guy.
Anyway, see below for how to start, stop enable, disable and get status of system services...
The following links may also help;
https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
No comments:
Post a Comment
Note: only a member of this blog may post a comment.