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& +``` +