remove ia64 keywords
[gentoo-zh.git] / sys-apps / aptly / files / aptly.initd
blob24e6c25319ac93039346820681f9f587510c4f35
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 name="aptly"
7 description="aptly"
8 command_user="${APTLY_USER:-aptly}:${APTLY_GROUP:-aptly}"
9 command_args="serve ${OPTS}"
11 depend() {
12         need net