Fix missing absolute path to ln in Bookwyrm NixOS module
This commit is contained in:
parent
b6bc0c1690
commit
ea2a20913d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ with pkgs . kernelmaft ;
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStartPre=ln -s ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/
|
||||
ExecStartPre=${coreutils-full}/bin/ln -s ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/
|
||||
ExecStart=${bookwyrm}/bin/bookwyrm
|
||||
WorkingDirectory=/var/lib/bookwyrm
|
||||
StateDirectory=bookwyrm # Creates /var/lib/bookwyrm directory
|
||||
|
|
Loading…
Add table
Reference in a new issue