📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 23:47:14
📂
/ (Root)
/
var
/
lib
/
dpkg
/
info
📍 /var/lib/dpkg/info
🔄 Refresh
✏️
Editing: rsyslog.prerm
Read Only
#!/bin/sh set -e # Stop the socket on remove so rsyslog is not restarted via socket activation if [ -d /run/systemd/system ] && [ "$1" = remove ] ; then systemctl stop syslog.socket || true fi # Automatically added by dh_installinit if [ -x "/etc/init.d/rsyslog" ] && [ "$1" = remove ]; then invoke-rc.d rsyslog stop || exit $? fi # End automatically added section
💾 Save Changes
❌ Cancel