diff --git a/daemon/installing.md b/daemon/installing.md index 34558eea..5d4eb147 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -72,7 +72,7 @@ probably using a non-supported kernel. Check our [Kernel Modifications](kernel_m ::: #### 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 systemctl enable docker @@ -182,9 +182,7 @@ WantedBy=multi-user.target Then, run the commands below to reload systemd and start the daemon. ``` bash -systemctl daemon-reload -systemctl enable wings -systemctl start wings +systemctl enable --now wings ``` ### Daemonizing (using Forever)