Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 161 Bytes

systemctl.md

File metadata and controls

10 lines (9 loc) · 161 Bytes

systemctl

Logs of a service:

journalctl -u my.service

Check if service is enabled (i.e. launched on a start):

systemctl is-enabled my.service