14 lines
238 B
Text
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
|
|
}
|