summarylogtreecommitdiffstats
path: root/bar_daemon.install
blob: fe809e0f0bcc0cf1b130af6d70b78e3c8a14eaea (plain)
1
2
3
4
5
6
post_install() {
	echo -e "\nEnable the service with:
	systemctl --user enable bar_daemon
	systemctl --user start bar_daemon"
}