httpd/action-graceful.sh

3 lines
48 B
Bash

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