]> git.corax.cc Git - toolbox/commit
include/inst: Move instance root to /tmp
authorMatthias Kruk <m@m10k.eu>
Sat, 19 Nov 2022 04:34:26 +0000 (13:34 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 19 Nov 2022 04:34:26 +0000 (13:34 +0900)
commitbc4e610059ae9ba89b32ad3e0e814b1695a7415e
tree6be99e2abe090aa4c9b7416f43b6a6664eb434e8
parent19bd8d3f5b643dfb0c555707956602e091458510
include/inst: Move instance root to /tmp

Instance data is currently kept in the user's home directory, which
has the side-effect that data from crashed instances is not removed
when the machine reboots. Such instances will be shown by `--list',
and prevent singleton instances to be started.

This commit addresses the issue by moving the instance root to /tmp,
which *should* be a non-persistent filesystem.
include/inst.sh