mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
commit
588ae83cc2
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user