Codebase list atop / scrub-obsolete/main atop-pm.sh
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

atop-pm.sh @scrub-obsolete/mainraw · history · blame

#!/bin/sh

case "$1" in
	pre)	/usr/bin/systemctl stop atop
		exit 0
		;;
	post)	/usr/bin/systemctl start atop
		exit 0
		;;
 	*)	exit 1
		;;
esac