summaryrefslogtreecommitdiff
blob: 8e342cc62d168044fc0ab5a55e2f49b5d1b458fb (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
# Group which owns the shared socket
LXD_OPTIONS+=" --group lxd"



# Enable cpu profiling into the specified file
#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"

# Enable memory profiling into the specified file
#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"



# Enables debug mode
#LXD_OPTIONS+=" --debug"

# For debugging, print a complete stack trace every n seconds
#LXD_OPTIONS+=" --print-goroutines 5"

# Enables verbose mode
#LXD_OPTIONS+=" --verbose"

# Logfile to log to
#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"