summarylogtreecommitdiffstats
path: root/oryx-kb-leds.install
diff options
context:
space:
mode:
Diffstat (limited to 'oryx-kb-leds.install')
-rw-r--r--oryx-kb-leds.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/oryx-kb-leds.install b/oryx-kb-leds.install
new file mode 100644
index 000000000000..b5d6099e2d94
--- /dev/null
+++ b/oryx-kb-leds.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo ""
+ echo "Enable the service:"
+ echo "systemctl enable --now oryxkbleds.service"
+ echo ""
+}
+
+post_upgrade() {
+ echo ""
+ echo "Restart the service:"
+ echo "systemctl daemon-reload"
+ echo "systemctl restart oryxkbleds.service"
+ echo ""
+}