Changes

Jump to: navigation, search

Init vs systemd

39 bytes added, 18:11, 30 January 2016
no edit summary
{|cellpadding="8" width="70%" border="1" cellspacing="0"
|-
|Listing Running Services
|<span style="font-family:courier,monospace">'''systemctl list-units'''</span>
|-
|Display Status of all Services<br>(pipe to grep for just one service)
|<span style="font-family:courier,monospace">'''systemctl list-units --all'''</span>
|-
|Confirm Status of Running Service
|<span style="font-family:courier,monospace">'''systemctl status name.service'''</span>|-
|
Stop Service
|<span style="font-family:courier,monospace">'''systemctl stop service-name.service'''</span>
|-
|
Start Service
|<span style="font-family:courier,monospace">'''systemctl start service-name.service'''</span>
|-
|Restart Service
|<span style="font-family:courier,monospace">'''systemctl restart service-name.service'''</span>
|-
|Display Service Status
|<span style="font-family:courier,monospace">'''systemctl status service-name.service'''</span>
|-
|Enable Service
|<span style="font-family:courier,monospace">'''systemctl enable service-name.service'''</span>
|-
|Disable Service
|<span style="font-family:courier,monospace">'''systemctl disable name.service'''</span>|-|Listing Running Services|<span style="font-family:courier,monospace">'''systemctl list-units'''</span>|-|Display Status of all Services|<span style="font-family:courier,monospace">'''systemctl list-units --allname'''</span>|-|Confirm Status of Running Service|<span style="font-family:courier,monospace">'''systemctl status name.service'''</span>
|}
13,420
edits

Navigation menu