For some unfathomable reason /sbin is not in PATH when running cronjobs. It shouldn’t hurt on Alpine.
3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/sh
|
|
|
|
/sbin/service nginx reload
|