repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove ia64 keywords
[gentoo-zh.git]
/
sys-apps
/
aptly
/
files
/
aptly.initd
blob
24e6c25319ac93039346820681f9f587510c4f35
1
#!/sbin/openrc-run
2
# Copyright 1999-2020 Gentoo Authors
3
# Distributed under the terms of the GNU General Public License v2
4
5
command="/usr/bin/aptly"
6
name="aptly"
7
description="aptly"
8
command_user="${APTLY_USER:-aptly}:${APTLY_GROUP:-aptly}"
9
command_args="serve ${OPTS}"
10
11
depend() {
12
need net
13
}