mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Those packages that I created install correctly for me with current Portage. Feel free to fix them if they don't install at all or if you think they need some improvement. www-apps/libmedium might require proper logging and a SystemD service. Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Environment variables for LibMedium
|
|
|
|
name="LibMedium"
|
|
description="Private front-end for Medium"
|
|
command=/usr/bin/libmedium
|
|
pidfile="/var/run/${RC_SVCNAME}.pid"
|
|
command_user="libmedium"
|
|
command_background=true
|