httpd/action-graceful.sh

3 lines
45 B
Bash
Raw Normal View History

2019-12-26 15:53:32 +08:00
#!/bin/sh
exec /sbin/apachectl graceful "$@"