Skip to content

Commit

Permalink
Enable and restart the service
Browse files Browse the repository at this point in the history
  • Loading branch information
pperezredborder committed Jul 23, 2024
1 parent a6edaa0 commit 76a65b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/rpm/redborder-ai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ install -D -m 0644 resources/systemd/llamafile.service %{buildroot}/usr/lib/syst
firewall-cmd --zone=home --add-port=50505/tcp --permanent
firewall-cmd --reload
systemctl daemon-reload
systemctl enable llamafile.service
systemctl restart llamafile.service
mkdir -p /var/log/redborder-ai
[ -f /usr/lib/redborder/bin/rb_rubywrapper.sh ] && /usr/lib/redborder/bin/rb_rubywrapper.sh -c

Expand Down

0 comments on commit 76a65b8

Please sign in to comment.