D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
xinetd.prerm
back
Copy
#!/bin/sh set -e # Automatically added by dh_installinit/11.1.4ubuntu1 if [ -x "/etc/init.d/xinetd" ] && [ "$1" = remove ]; then invoke-rc.d xinetd stop || exit 1 fi # End automatically added section