diff options
author | Chuck Short <zul@gentoo.org> | 2003-12-22 13:22:20 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-12-22 13:22:20 +0000 |
commit | c2ba29f1e8fecee55c2c9a35d006fb5ef9d90221 (patch) | |
tree | 31ea44175aff55fcab971ef56405d9bb85a1f821 /net-misc/gofish/files/gofish.confd | |
parent | Initial version, closes #35125. (diff) | |
download | historical-c2ba29f1e8fecee55c2c9a35d006fb5ef9d90221.tar.gz historical-c2ba29f1e8fecee55c2c9a35d006fb5ef9d90221.tar.bz2 historical-c2ba29f1e8fecee55c2c9a35d006fb5ef9d90221.zip |
Initial version, closes #35125.
Diffstat (limited to 'net-misc/gofish/files/gofish.confd')
-rw-r--r-- | net-misc/gofish/files/gofish.confd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/gofish/files/gofish.confd b/net-misc/gofish/files/gofish.confd new file mode 100644 index 000000000000..af244521a7e7 --- /dev/null +++ b/net-misc/gofish/files/gofish.confd @@ -0,0 +1,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 + + |