Systemd

From HyperSecurity Wiki
Revision as of 22:15, 15 August 2016 by 142.90.148.3 (talk)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Detailed error by pid

journalctl _PID=number

List all services

systemctl -a

Start a service:

systemctl start name.service

Enable service to start at startup:

systemctl enable name.service

List all active jobs

systemctl list-jobs

Stop and force service off

systemctl mask name.service

Start and force service on

systemctl unmask name.service