diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-11-27 19:44:33 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-11-27 20:30:06 +0100 |
commit | 1ea141586298d6e943ff3fc589a9a8f2b65f24d1 (patch) | |
tree | 397bacc7ae084c351b5d7e1f876a7dfb78e20fe1 /net-fs/minio/files | |
parent | dev-python/pyudev: Drop USE=qt4 (diff) | |
download | gentoo-1ea141586298d6e943ff3fc589a9a8f2b65f24d1.tar.gz gentoo-1ea141586298d6e943ff3fc589a9a8f2b65f24d1.tar.bz2 gentoo-1ea141586298d6e943ff3fc589a9a8f2b65f24d1.zip |
net-fs/minio: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'net-fs/minio/files')
-rw-r--r-- | net-fs/minio/files/minio.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-fs/minio/files/minio.initd b/net-fs/minio/files/minio.initd new file mode 100644 index 000000000000..3e64ba16f75e --- /dev/null +++ b/net-fs/minio/files/minio.initd @@ -0,0 +1,11 @@ +#!/sbin/openrc-run +# Copyright 2016-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +description="Minio Object Storage Server" +pidfile=${pidfile:-"/run/${SVCNAME}.pid"} +command="/usr/bin/minio" +command_args="${command_args:-server /var/lib/minio}" +command_background="true" +start_stop_daemon_args="--stdout /var/log/${SVCNAME}.log \ + --stderr /var/log/${SVCNAME}.log" |