# Template for an /etc/default/foobar file
# for use with run-script-daemon and run-script-logger.

# The variables defined here override the environment of
# the run script and the ones defined in the env/default.env
# file of the service directory, but they are overriden by
# the ones defined in the env/override.env file.

# When in doubt, leave those definitions commented. The package
# should provide reasonable defaults.

# The name of the daemon. Can be an absolute or a relative path.
# DAEMON = /usr/bin/foobard

# Options to give to the daemon's command line.
# DAEMON_OPTIONS =

# Arguments on the daemon's command line.
# DAEMON_ARGS =

# Resource limits to run the daemon under. The syntax is a list
# of options for: https://skarnet.org/software/s6/s6-softlimit.html
# DAEMON_LIMITS =

# The daemon's working directory, if it is important (it should not).
# DAEMON_DIRECTORY = .

# The user to run the daemon under, if it can run as non-root.
# If the daemon drops its privileges itself, leave this empty.
# DAEMON_USER = foobar


# The user to run the service's logger under. It should have been added
# to your /etc/passwd when you installed the foobar package.
# LOGGER_USER = foobarlog

# Control directives for s6-log, to configure the logging.
# See https://skarnet.org/software/s6/s6-log.html
# LOGGER_OPTIONS = "t s1000000 n20"

# The directory where logs will be stored.
# LOGGER_DIRECTORY = /var/log/foobard


