mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/bash
|
|
|
|
./zerotier-one -d -U -p9993
|
|
|
|
rm -rf /run/httpd/* /tmp/httpd*
|
|
exec intercept /usr/sbin/httpd -D FOREGROUND
|