diff options
| author | Jonathan Bauer | 2013-10-25 17:46:05 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-10-25 17:46:05 +0200 |
| commit | e803b21d0b76e27d32aa8887cf0f7bce9eb07f92 (patch) | |
| tree | 37db575fcc884471ffd0d4fba9333d218112655f | |
| parent | update blacklist for stage4 (diff) | |
| download | tm-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-init | 4 |
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 |
