3 lines
45 B
Bash
3 lines
45 B
Bash
#!/bin/bash
|
|
set -e
|
|
/usr/sbin/xinetd -dontfork |
#!/bin/bash
|
|
set -e
|
|
/usr/sbin/xinetd -dontfork |