blob: af244521a7e7342c99c2ca20e168f2ba9af27354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#
# 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
|