Discussed in #155
Originally posted by seqizz October 28, 2022
Hi there 👋
I've upgraded to 0.7.0, and apart from a small change I needed to do in config.toml, sheldon failed to start because of non-existent config dir:
error: failed to acquire lock on config directory
due to: failed to open `/home/gurkan/.config/sheldon`
due to: No such file or directory (os error 2)
Just wanted to ask if this is intended, or it's because my setup is manual? Initially it didn't make sense to need a config dir while SHELDON_CONFIG_FILE already given, but for locking need I created the mentioned folder and it works ok now.
This looks like it could benefit a new parameter like "SHELDON_LOCK_FILE" which is mutually exclusive with config dir, for clarity.
Discussed in #155
Originally posted by seqizz October 28, 2022
Hi there 👋
I've upgraded to 0.7.0, and apart from a small change I needed to do in config.toml, sheldon failed to start because of non-existent config dir:
Just wanted to ask if this is intended, or it's because my setup is manual? Initially it didn't make sense to need a config dir while
SHELDON_CONFIG_FILEalready given, but for locking need I created the mentioned folder and it works ok now.This looks like it could benefit a new parameter like "SHELDON_LOCK_FILE" which is mutually exclusive with config dir, for clarity.