servers/roles/apache/files/reload-apache.sh
Timotej Lazar 79abc63dce apache, nginx: fix service reload on Debian
For some unfathomable reason /sbin is not in PATH when running cronjobs.
2025-08-01 15:09:35 +02:00

3 lines
39 B
Bash

#!/bin/sh
/sbin/service apache reload