This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/docker-test/entrypoint.sh

7 lines
119 B
Bash
Raw Normal View History

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