summarylogtreecommitdiffstats
path: root/install.sh
blob: 523c66aa9dd1d89b3aa92ebe03efb8b396b41948 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "The easel-driver uses a systemd service to work."
    echo "To start it for this boot, use the following command:"
    echo "    systemctl start post_install"
    echo "To have the service start every boot, use the following command:"
    echo "    systemctl enable --now post_boot"
}