vmmgr/usr/lib/python3.6/lxcmgr/paths.py

16 lines
426 B
Python
Raw Normal View History

2019-09-20 10:10:25 +02:00
# -*- coding: utf-8 -*-
# Package manager
REPO_CACHE_DIR = '/var/lib/lxcmgr/cache'
REPO_CONF_FILE = '/etc/lxcmgr/repo.json'
2019-09-20 10:10:25 +02:00
REPO_LOCAL_FILE = '/var/lib/lxcmgr/packages'
REPO_LOCK = '/var/lock/lxcmgr-repo.lock'
REPO_SIG_FILE = '/etc/lxcmgr/packages.pub'
2019-09-20 10:10:25 +02:00
# LXC
HOSTS_FILE = '/etc/hosts'
HOSTS_LOCK = '/var/lock/lxcmgr-hosts.lock'
LXC_LOGS = '/var/log/lxc'
2019-09-20 10:10:25 +02:00
LXC_ROOT = '/var/lib/lxc'
LXC_STORAGE_DIR = '/var/lib/lxcmgr/storage'