Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 5f7647dc23c65268cf1dbbaaaf948917 > scriptlet

collectl-4.3.1-2.mga8.noarch.rpm

PREUN

/bin/sh
# If collectl is running, stop it before removing.
/etc/init.d/collectl stop
chkconfig --del collectl 2>&1 > /dev/null

POSTIN

/bin/sh
chkconfig --add collectl 2>&1 > /dev/null
/etc/init.d/collectl start