diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-20 09:01:36 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-20 09:01:36 +0200 |
commit | 76e0423c5a0ebcda507f90ff369e2dacb18b988d (patch) | |
tree | 446fbcea322786a6dff2343c745ff43ae6e79b38 /sys-process | |
parent | net-p2p/retroshare: fix styling, add BDEPEND, add missing die (diff) | |
download | gentoo-76e0423c5a0ebcda507f90ff369e2dacb18b988d.tar.gz gentoo-76e0423c5a0ebcda507f90ff369e2dacb18b988d.tar.bz2 gentoo-76e0423c5a0ebcda507f90ff369e2dacb18b988d.zip |
sys-process/uksmd: update openrc init file
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/uksmd/files/uksmd.init | 6 | ||||
-rw-r--r-- | sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild (renamed from sys-process/uksmd/uksmd-0_pre20190726.ebuild) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/uksmd/files/uksmd.init b/sys-process/uksmd/files/uksmd.init index 637666b50a96..1caf4a72d40d 100644 --- a/sys-process/uksmd/files/uksmd.init +++ b/sys-process/uksmd/files/uksmd.init @@ -1,7 +1,7 @@ #!/sbin/openrc-run -# Copyright 2019 Gentoo Authors +# 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 -pidfile="/var/run/uksmd.pid" +command="/usr/bin/uksmd" +procname="uksmd" diff --git a/sys-process/uksmd/uksmd-0_pre20190726.ebuild b/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild index f7620b089938..f7620b089938 100644 --- a/sys-process/uksmd/uksmd-0_pre20190726.ebuild +++ b/sys-process/uksmd/uksmd-0_pre20190726-r1.ebuild |