npf/configuration/s6/.s6-svscan/finish
2021-07-12 11:24:52 +05:00

6 lines
58 B
Bash

#!/bin/sh
for file in /etc/s6/*/finish; do
$file
done