summaryrefslogtreecommitdiffstats
path: root/system/lxd/etc-profile-d-lxd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxd/etc-profile-d-lxd.sh')
-rw-r--r--system/lxd/etc-profile-d-lxd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lxd/etc-profile-d-lxd.sh b/system/lxd/etc-profile-d-lxd.sh
new file mode 100644
index 0000000000..3b9034b1ce
--- /dev/null
+++ b/system/lxd/etc-profile-d-lxd.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+export LXD_HOME=/opt/lxd
+export PATH=${LXD_HOME}/bin:${PATH}