summarylogtreecommitdiffstats
path: root/minq-ananicy-git.install
blob: 3d678f7f1dc6041536c709ed03f1581b86d70d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
	echo "To stop until next restart:"
	echo "\$ sudo systemctl stop ananicy"
	echo "To disable:"
	echo "\$ sudo systemctl disable ananicy"
	echo "Configs are located in /etc/ananicy.d/"
	echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
	sudo systemctl start ananicy
	sudo systemctl enable ananicy
}