Fix missing systemd unit directory creation in Bookwyrm
This commit is contained in:
parent
5fb1dd3d63
commit
c306e47de1
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ mkDerivation {
|
||||||
|
|
||||||
chmod +x $out/bin/bookwyrm
|
chmod +x $out/bin/bookwyrm
|
||||||
|
|
||||||
|
mkdir -p $out/etc/systemd/system
|
||||||
|
|
||||||
# Systemd units
|
# Systemd units
|
||||||
|
|
||||||
cat <<- EOF > $out/etc/systemd/system/bookwyrm.service
|
cat <<- EOF > $out/etc/systemd/system/bookwyrm.service
|
||||||
|
|
Loading…
Add table
Reference in a new issue