mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-27 00:21:05 +00:00
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/bash
|
|
|
|
./zerotier-one -d -U -p9993
|
|
|
|
rm -rf /run/httpd/* /tmp/httpd*
|
|
exec intercept /usr/sbin/httpd -D FOREGROUND
|