diff options
Diffstat (limited to 'system/lxd/etc-profile-d-lxd.csh')
-rw-r--r-- | system/lxd/etc-profile-d-lxd.csh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lxd/etc-profile-d-lxd.csh b/system/lxd/etc-profile-d-lxd.csh new file mode 100644 index 000000000000..01bead2eaddd --- /dev/null +++ b/system/lxd/etc-profile-d-lxd.csh @@ -0,0 +1,3 @@ +#!/bin/csh +setenv LXD_HOME /opt/lxd +setenv PATH ${LXD_HOME}/bin:${PATH} |