Merge pull request #232 from Sir3lit/patch-1

Remove Ubuntu 14 warning about forever
This commit is contained in:
Dane Everitt 2020-07-10 20:19:20 -07:00 committed by GitHub
commit 2a4f89072f
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.