Remove Ubuntu 14 warning about forever

Removes the warning that should've been removed when forever was removed. Nobody should be using Ubuntu 14....
This commit is contained in:
Charles Morgan 2020-07-10 19:59:40 -04:00 committed by GitHub
parent 491cb44859
commit c85690bf09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,10 +155,6 @@ sudo npm start
```
### Daemonizing (using systemd)
::: warning
If you are using Ubuntu 14 you cannot use `systemd` to manage your Daemon. Please see the instructions below on using
"forever" to run the daemon.
:::
Running Pterodactyl Daemon in the background is a simple task, just make sure that it runs without errors before doing
this. Place the contents below in a file called `wings.service` in the `/etc/systemd/system` directory.