net-misc/hoppscotch-bin: bump version to 24.12.1.0 (#6084)
[gentoo-zh.git] / sys-apps / aptly / files / aptly-api.initd
bloba0b57f5690b3b4b0e53c611eb500992fc420ff99
1 #!/sbin/openrc-run
2 # Copyright 1999-2020 Gentoo Authors
3 # Distributed under the terms of the GNU General Public License v2
5 command="/usr/bin/aptly"
6 command_background="yes"
7 name="aptly"
8 description="aptly"
9 command_user="${APTLY_USER:-aptly}:${APTLY_GROUP:-aptly}"
10 command_args="api serve ${OPTS}"
11 pidfile="/run/${RC_SVCNAME}.pid"
13 depend() {
14         need net