#!/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 }