You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/gofish/files/gofish.confd

28 lines
429 B

#
# Config file for gofish Gentoo start-script.
# Should be stored as: /etc/conf.d/gofish
#
# Application name
GOFISH_APP=gofish
# Path to gofish executable
GOFISH_EXEC=/usr/sbin/gofish
# The gofish config file
GOFISH_CONF_FILE=/etc/gofish.conf
# The start options
GOFISH_START_OPTS="-d"
# The stop options
GOFISH_STOP_OPTS=""
# The reload options
GOFISH_RELOAD_OPTS=""
# The pid file
GOFISH_PIDFILE=/var/run/gofish.pid