5 lines
142 B
Bash
Executable file
5 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
exec 3<> "$HOME/.local/state/dbus_session_bus_address"
|
|
|
|
exec dbus-daemon --session --nofork --nopidfile --print-address=3
|