diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 10:04:38 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-07 10:04:38 +0200 |
| commit | ec3f6b176c5bce1a2c1b690563b70897c48c62e5 (patch) | |
| tree | b5820ea907755979e8dd430fa0ab048874695734 /spawnctl.conf | |
| parent | 42580a1b4882c2dca38ff5f1b6156a22bf22c051 (diff) | |
add config file
Diffstat (limited to 'spawnctl.conf')
| -rw-r--r-- | spawnctl.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spawnctl.conf b/spawnctl.conf new file mode 100644 index 0000000..7f3c18f --- /dev/null +++ b/spawnctl.conf @@ -0,0 +1,4 @@ +#!/bin/sh +export BACKUP_DIR="YOUR BACKUP DIRECTORY" +export IMAGE_DIR="$HOME/.cache/images" +export MACHINE_DIR='/var/lib/machines' |