mirror of
https://github.com/krateng/maloja.git
synced 2025-05-24 02:02:32 -04:00
7 lines
241 B
Plaintext
Executable File
7 lines
241 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
# used https://github.com/linuxserver/docker-wikijs/blob/master/root/etc/s6-overlay/s6-rc.d/svc-wikijs/run as a template
|
|
|
|
echo -e "\nMaloja is starting!"
|
|
exec \
|
|
s6-setuidgid abc /venv/bin/python -m maloja run |