2024-02-21 19:13:29 -07:00

4 lines
64 B
Bash
Executable File

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