mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-13 01:40:45 +01:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
/usr/bin/supervisord --configuration /opt/supervisord.conf &
|
||
|
zerotier-one $@
|