mirror of
https://github.com/linuxserver/docker-fleet.git
synced 2026-02-20 05:31:19 +08:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc /usr/bin/java -Dfleet.config.base=/config -jar /app/fleet/fleet.jar
|