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