Fix ExecStartPre failing after first run in Bookwyrm systemd unit
This commit is contained in:
parent
fdf19de045
commit
368169a923
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ with pkgs . kernelmaft ;
|
|||
|
||||
[Service]
|
||||
|
||||
ExecStartPre=${coreutils-full}/bin/ln -s ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/
|
||||
ExecStartPre=${coreutils-full}/bin/ln -sf ${bookwyrm}/var/lib/bookwyrm/VERSION /var/lib/bookwyrm/
|
||||
ExecStart=${bookwyrm}/bin/bookwyrm
|
||||
|
||||
WorkingDirectory=/var/lib/bookwyrm
|
||||
|
|
Loading…
Add table
Reference in a new issue