mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
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
|