mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-26 03:42:05 -08:00
5 lines
81 B
Bash
5 lines
81 B
Bash
#!/bin/bash
|
|
|
|
rm -rf /run/httpd/* /tmp/httpd*
|
|
|
|
exec /usr/sbin/httpd -D FOREGROUND
|