You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
604 B

# Group which owns the shared socket
INCUS_OPTIONS+=" --group incus"
# Enable cpu profiling into the specified file
#INCUS_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
# Enable memory profiling into the specified file
#INCUS_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
# Enable debug mode
#INCUS_OPTIONS+=" --debug"
# For debugging, print a complete stack trace every n seconds
#INCUS_OPTIONS+=" --print-goroutines-every 5"
# Enable verbose mode
#INCUS_OPTIONS+=" -v"
# Logfile to log to
#INCUS_OPTIONS+=" --logfile /var/log/incus/incus.log"
# Enable syslog logging
#INCUS_OPTIONS+=" --syslog"