From f2984f9a0222d59cb6d1407b0bab49aedfb7c8f1 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 1 Apr 2019 14:19:28 +0200 Subject: [PATCH] [DEV] add an help to configure terminator without dbus --- 55_configure_nohup_with_terminator.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 55_configure_nohup_with_terminator.md diff --git a/55_configure_nohup_with_terminator.md b/55_configure_nohup_with_terminator.md new file mode 100644 index 0000000..9038902 --- /dev/null +++ b/55_configure_nohup_with_terminator.md @@ -0,0 +1,20 @@ +Configure nohup with terminator: +================================ + + +you need to edit the terminator config and add this + +edn .config/terminator/config + +``` +[global_config] + dbus = False +``` + + +now you can change user and execute + +``` +nohup terminator& +``` +