Update servicefile

This commit is contained in:
LinuxSquare 2024-11-09 21:25:41 +01:00
parent 2e96ea5d7c
commit 52af9c1f92

View file

@ -5,7 +5,7 @@ description="Pterodactyl Panel Containerized"
supervisor="supervise-daemon"
command="/usr/bin/podman-compose"
command_args="up -f %COMPOSEPATH% -d"
command_args="-f %COMPOSEPATH% up -d"
command_user="pterodactyl"
depend() {
@ -15,6 +15,6 @@ depend() {
stop() {
ebegin "Stopping $RC_SVCNAME"
/usr/bin/podman-compose down -f %COMPOSEPATH%
/usr/bin/podman-compose -f %COMPOSEPATH% down
eend $?
}