3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
echo "sysvinit: All runlevel operations denied by policy" >&2
|
|
exit 101
|