Seems to fail sometimes to activate the session if the cgmanager service has not been started.
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/sh
|
|
sv check cgmanager >/dev/null || exit 1
|
|
exec console-kit-daemon --no-daemon
|