summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 000000000000..523c66aa9dd1
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,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"
+}