aboutsummaryrefslogtreecommitdiffstats
path: root/community/unit/unit.confd
blob: bf3bf15856a6c80c47f5b9738f5763a4bbd68837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration for /etc/init.d/unit

# Address of the control API socket.
# If you want to use saveconfig and loadconfig (see below),
# it must be a unix socket.
#control_socket="unix:/run/unit.control.sock"

# Path of the log file.
#logfile="/var/log/unit.log"

# Path of the state directory.
#statedir="/var/lib/unit"

# Path where the init script will save Unit's configuration when you run
# `rc-service unit saveconfig` or load the configuration on loadconfig.
#config_file="/etc/unit/config.json"

# Load configuration from $config_file on start (if exists)?
#config_load_on_start="no"

# Save configuration to $config_file on stop?
#config_save_on_stop="no"