5 lines
62 B
Bash
5 lines
62 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
exec 2>&1
|
||
|
|
exec s6-setuidgid news /inn2/bin/innd -f
|