summarylogtreecommitdiffstats
path: root/noauto_mounter.install
blob: 8db6af0c1ef820cc1d56a63499ce83681cc5e205 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "
##########################################
# Be sure to enable and start the timer:
sudo systemctl enable noauto_mounter.timer
sudo systemctl start noauto_mounter.timer
##########################################
"
}