ZeroTierOne/docker-test/entrypoint.sh

7 lines
119 B
Bash
Raw Normal View History

2015-09-28 20:56:14 +00:00
#!/bin/bash
2015-09-28 21:47:38 +00:00
./zerotier-one -d -U -p9993
2015-09-28 21:30:18 +00:00
2015-09-28 21:47:38 +00:00
rm -rf /run/httpd/* /tmp/httpd*
exec intercept /usr/sbin/httpd -D FOREGROUND