revert e5055e74c5
This commit is contained in:
parent
e5055e74c5
commit
2ed48f8143
2 changed files with 2 additions and 2 deletions
2
APKBUILD
2
APKBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
||||||
pkgname=pterodactyl-wings
|
pkgname=pterodactyl-wings
|
||||||
pkgver=1.11.11
|
pkgver=1.11.11
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="The server control plane for Pterodactyl Panel"
|
pkgdesc="The server control plane for Pterodactyl Panel"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
url="https://pterodactyl.io/"
|
url="https://pterodactyl.io/"
|
||||||
|
|
|
@ -5,7 +5,7 @@ name=$RC_SVCNAME
|
||||||
description="Pterodactyl Wings Daemon"
|
description="Pterodactyl Wings Daemon"
|
||||||
|
|
||||||
command="/usr/bin/wings"
|
command="/usr/bin/wings"
|
||||||
supervise_daemon_args="--config /etc/pterodactyl"
|
supervise_daemon_args="-d /etc/pterodactyl"
|
||||||
command_user="root"
|
command_user="root"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
|
Loading…
Reference in a new issue