14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
name="aliencat-exporter daemon"
|
|
description=""
|
|
command=/usr/bin/aliencat_exporter
|
|
command_background=true
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
|
|
depend() {
|
|
after net
|
|
}
|