]> git.pld-linux.org Git - packages/lxd.git/blob - lxd.sysconfig
- changes missed in b69d7cd commit
[packages/lxd.git] / lxd.sysconfig
1 # Customized settings for LXD
2
3 # Define nice level for lxd
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Setup bigger Max open files and Max processes
7 SERVICE_LIMITS="-n 1048576 -u 1048576"
8
9 # Modify these options if you want to change the way the lxd daemon runs
10 #OPTIONS=""
11
12 # LXD bridge dev and ip address 
13 BRIDGE_DEV="lxdbr0"
14 #BRIDGE_IPADDR="192.168.1.1/24"
This page took 0.057234 seconds and 4 git commands to generate.