Difference between revisions of "Systemd"

From HyperSecurity Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
'''List all services'''
 +
systemctl -a
 +
 
'''Start a service:'''
 
'''Start a service:'''
 
  systemctl start name.service
 
  systemctl start name.service

Revision as of 05:42, 4 November 2015

List all services

systemctl -a

Start a service:

systemctl start name.service

Enable service to start at startup:

systemctl enable name.service