6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
# fake sudo script - as daemons run as root use of real sudo is not required
|
|
# strip sudo off args and re-exec command
|
|
|
|
${@}
|