Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Page: BSD Heritage #31
New Page: BSD Heritage #31
Changes from 1 commit
141cea23df626f1c913609ddf6d6e4053d57be1c9256d7271dd703cf0f8b59efac0939abbd27e186465222ddf6825156e6e27c4d9977b534058dbbc7670047f3014fcFile filter
Conversations
Jump to
There are no files selected for viewing
Mrt134Feb 16, 2019
Collaborator
Suggested change
* Example: `rc-update add dbus default` will add the "dbus" service to the "default" runlevel and enable it to automatically start on bootup.
* Example: `rc-update add dbus default` adds the **dbus** service to the **default** runlevel and enables it to automatically start on bootup.
Mrt134Feb 16, 2019
Collaborator
Suggested change
* Example 2: `rc-update delete dbus default` will remove the "dbus" service from the "default" runlevel and prevent it from starting during bootup.
* Example 2: `rc-update delete dbus default` removes the **dbus** service from the **default** runlevel and prevents it from starting during bootup.
Mrt134Feb 16, 2019
Collaborator
Suggested change
* The "service" utility can be used exactly the same way as on FreeBSD to interact with services.
* The "service" utility is used identically to FreeBSD for interacting with services.
Mrt134Feb 16, 2019
Collaborator
Suggested change
* Example 2: `service network.wlan0 restart` will restart the networking associated with the first wireless device.
* Example 2: `service network.wlan0 restart` restarts the networking associated with the first wireless device.