Update servicefile
This commit is contained in:
parent
2e96ea5d7c
commit
52af9c1f92
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ description="Pterodactyl Panel Containerized"
|
||||||
supervisor="supervise-daemon"
|
supervisor="supervise-daemon"
|
||||||
|
|
||||||
command="/usr/bin/podman-compose"
|
command="/usr/bin/podman-compose"
|
||||||
command_args="up -f %COMPOSEPATH% -d"
|
command_args="-f %COMPOSEPATH% up -d"
|
||||||
command_user="pterodactyl"
|
command_user="pterodactyl"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
@ -15,6 +15,6 @@ depend() {
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
ebegin "Stopping $RC_SVCNAME"
|
ebegin "Stopping $RC_SVCNAME"
|
||||||
/usr/bin/podman-compose down -f %COMPOSEPATH%
|
/usr/bin/podman-compose -f %COMPOSEPATH% down
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue