summarylogtreecommitdiffstats
path: root/plusberrypi-shutdown.service
diff options
context:
space:
mode:
Diffstat (limited to 'plusberrypi-shutdown.service')
-rw-r--r--plusberrypi-shutdown.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/plusberrypi-shutdown.service b/plusberrypi-shutdown.service
new file mode 100644
index 000000000000..61ca65d3d3d3
--- /dev/null
+++ b/plusberrypi-shutdown.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=This service watches GPIO 24 for Plusberry shutdown.
+
+[Service]
+ExecStart=/usr/bin/plusberrypi-shutdown.sh
+
+[Install]
+WantedBy=multi-user.target