mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/sh
|
|
if [ -e /var/service/cgmanager ]; then
|
|
sv check cgmanager >/dev/null || exit 1
|
|
fi
|
|
exec console-kit-daemon --no-daemon
|