pterodactyl-wings/pterodactyl-wings.initd
2024-12-28 14:09:01 +01:00

14 lines
238 B
Text

#!/sbin/openrc-run
supervisor="supervise-daemon"
name=$RC_SVCNAME
description="Pterodactyl Wings Daemon"
command="/usr/bin/wings"
supervise_daemon_args="-d /etc/pterodactyl"
command_user="root"
depend() {
after docker
need docker
}