4.05.2024

Linux systemd services

https://www.tecmint.com/list-all-running-services-under-systemd-in-linux/

1. List all services
# systemctl --type=service

2. Get service status
# systemctl status sentinel_26379.service

3. Restart service
# systemctl restart sentinel_26379.service