mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04:00
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
# Options for Gophernicus for use with systemd
|
|
#
|
|
# If you are using Gophernicus with inetd this configuration file
|
|
# is ignored and the real configuration is in /etc/inetd.conf
|
|
#
|
|
# See README or run "in.gophernicus -?" to see a full list of
|
|
# configuration options.
|
|
#
|
|
# Example:
|
|
# OPTIONS="-h full.hostname -D \"I find your lack of gopher disturbing.\""
|
|
#
|
|
# Add your options here:
|
|
OPTIONS="-h __HOSTNAME__ -l __LOGDIR__/server.log -f /usr/lib/__PACKAGE__/filters"
|