Managing services
Check status of all services
Section titled “Check status of all services”systemctl --user list-dependencies ss-surfly.targetCheck status of a single service and view most recent logs
Section titled “Check status of a single service and view most recent logs”systemctl --user status ss-pawsRestart all services
Section titled “Restart all services”systemctl --user restart ss-surfly.targetStop all services
Section titled “Stop all services”systemctl --user stop ss-surfly.targetStart all services
Section titled “Start all services”systemctl --user start ss-surfly.target