Skip to content

Instantly share code, notes, and snippets.

@apinsard
Last active August 29, 2015 14:27
Show Gist options
  • Save apinsard/46f27470c1d23c4a1cc7 to your computer and use it in GitHub Desktop.
Save apinsard/46f27470c1d23c4a1cc7 to your computer and use it in GitHub Desktop.
Playground tony # rc-service dhcpcd stop && echo "$?"
dhcpcd | * WARNING: dhcpcd is already stopped
0
Playground tony # rc-service dhcpcd start && echo "$?"
dhcpcd | * Starting DHCP Client Daemon ...
[ ok ] |
0
Playground tony # rc-service dhcpcd stop && echo "$?"
dhcpcd | * Stopping DHCP Client Daemon ...
[ ok ] |
0
Playground tony #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment