blob: 1caf4a72d40d5f1bc4f1490e95daeebcc2e599dc (
plain)
1
2
3
4
5
6
7
|
#!/sbin/openrc-run
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="Userspace KSM helper daemon"
command="/usr/bin/uksmd"
procname="uksmd"
|