blob: 41bb4bcb14a302101abdecc931c423e2d671b13b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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
|