#!/sbin/openrc-run
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="Grafana Alloy"
pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/alloy"
command_args="run /etc/alloy/config.alloy --storage.path=/var/lib/alloy ${ALLOY_OPTS}"
command_user="alloy:grafana"
command_background=true

depend() {
    need net
}
