mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-01-22 12:54:29 +00:00
3 lines
73 B
Bash
Executable file
3 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
inv update
|
|
exec supervisord -n -c misc/docker-supervisord.conf
|