Merge pull request #47 from clrxbl/patch-3

Remove unnecessary commands
This commit is contained in:
Jakob 2018-11-02 09:53:43 +01:00 committed by GitHub
commit 588ae83cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ probably using a non-supported kernel. Check our [Kernel Modifications](kernel_m
::: :::
#### Start Docker on Boot #### Start Docker on Boot
If you are on Ubuntu 16 or CentOS run the command below to have Docker start when you boot your machine. If you are on an operating system with systemd (Ubuntu 16+, Debian 8+, CentOS 7+) run the command below to have Docker start when you boot your machine.
``` bash ``` bash
systemctl enable docker systemctl enable docker
@ -182,9 +182,7 @@ WantedBy=multi-user.target
Then, run the commands below to reload systemd and start the daemon. Then, run the commands below to reload systemd and start the daemon.
``` bash ``` bash
systemctl daemon-reload systemctl enable --now wings
systemctl enable wings
systemctl start wings
``` ```
### Daemonizing (using Forever) ### Daemonizing (using Forever)