4 lines
71 B
Bash
4 lines
71 B
Bash
#!/bin/sh
|
|
echo "All runlevel operations denied by policy" >&2
|
|
exit 101
|
#!/bin/sh
|
|
echo "All runlevel operations denied by policy" >&2
|
|
exit 101
|