Merge pull request #348 from BrainStone/patch-1

Configure a stronger dependency on docker.service in the service file
This commit is contained in:
Dane Everitt 2021-03-13 09:00:37 -08:00 committed by GitHub
commit e699aaf403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,8 @@ this. Place the contents below in a file called `wings.service` in the `/etc/sys
[Unit]
Description=Pterodactyl Wings Daemon
After=docker.service
Requires=docker.service
PartOf=docker.service
[Service]
User=root