runit-template/finish
2024-11-14 17:53:38 +02:00

11 lines
143 B
Bash
Executable File

#!/bin/sh
# Execution finish point
# Executes on service shutdown
exec 2>&1; set -e
[ -r conf ] && . ./conf
exec /path/to/executable $OPTS