3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
sv check cgmanager >/dev/null || exit 1
|
|
exec console-kit-daemon --no-daemon
|