summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-10-25 17:46:05 +0200
committerJonathan Bauer2013-10-25 17:46:05 +0200
commite803b21d0b76e27d32aa8887cf0f7bce9eb07f92 (patch)
tree37db575fcc884471ffd0d4fba9333d218112655f
parentupdate blacklist for stage4 (diff)
downloadtm-scripts-e803b21d0b76e27d32aa8887cf0f7bce9eb07f92.tar.gz
tm-scripts-e803b21d0b76e27d32aa8887cf0f7bce9eb07f92.tar.xz
tm-scripts-e803b21d0b76e27d32aa8887cf0f7bce9eb07f92.zip
[debug] add addon-init script to automaticly start a debug shell if debug if enabled
-rw-r--r--remote/modules/debug/data/addon-init4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/modules/debug/data/addon-init b/remote/modules/debug/data/addon-init
new file mode 100644
index 00000000..bcccb23b
--- /dev/null
+++ b/remote/modules/debug/data/addon-init
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+systemctl daemon-reload
+systemctl start debug-shell.service