mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Merge pull request #348 from BrainStone/patch-1
Configure a stronger dependency on docker.service in the service file
This commit is contained in:
commit
e699aaf403
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user