Skip to content

Commit

Permalink
contrib: add persistence to webmeshd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 8, 2023
1 parent 48eb812 commit f056699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/systemd/webmeshd.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ExecStart=/usr/bin/webmesh-node \
--daemon.grpc-web=true \
--daemon.cors.enabled=true \
--daemon.bind=127.0.0.1:58080 \
--daemon.persistence.path=/var/lib/webmeshd
--daemon.persistence.path=/var/lib/webmeshd \
--daemon.key-file=/var/lib/webmeshd/key
Restart=always
RestartSec=5

Expand Down

0 comments on commit f056699

Please sign in to comment.