Remove 'config.env' symlink creation in Bookwyrm systemd unit
This commit is contained in:
parent
cc0d77b290
commit
3cc6346eb6
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ with pkgs . kernelmaft ;
|
|||
[Service]
|
||||
|
||||
# 'initdb' fails harmlessly if it has been run on the database before
|
||||
ExecStartPre=${coreutils-full}/bin/ln -sf /etc/bookwyrm/config.env /var/lib/bookwyrm/.env
|
||||
ExecStartPre=${coreutils-full}/bin/ln -sf ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/
|
||||
ExecStartPre=${bookwyrm}/bin/bookwyrm-env ${python311}/bin/python ${bookwyrm}/lib/python3.11/manage.py migrate
|
||||
ExecStartPre=-${bookwyrm}/bin/bookwyrm-env ${python311}/bin/python ${bookwyrm}/lib/python3.11/manage.py initdb
|
||||
|
|
Loading…
Add table
Reference in a new issue