mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -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]
|
[Unit]
|
||||||
Description=Pterodactyl Wings Daemon
|
Description=Pterodactyl Wings Daemon
|
||||||
After=docker.service
|
After=docker.service
|
||||||
|
Requires=docker.service
|
||||||
|
PartOf=docker.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user