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