2024-01-21 05:02:25 -07:00

4 lines
64 B
Bash
Executable File

#!/bin/sh
echo "/sbin/initctl: Ignoring command: $*" >&2
exit 0