httpd/action-graceful.sh
2019-12-26 15:53:32 +08:00

3 lines
45 B
Bash

#!/bin/sh
exec /sbin/apachectl graceful "$@"