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