Skip to content

Commit

Permalink
update deps for security audit
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed May 2, 2024
1 parent d1392ef commit 3400e64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/site/src/recommended-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ WantedBy=multi-user.target
*Note*: `User=myuser` will limit `top_open_files` for [System](./system.md) to processes only under `myuser`. So if you monitor open file descriptors of some process, make sure to run both it and Goral under the same user.

4. Create a service account file (e.g. at `/etc/goral_service_account.json`) and a config file `/etc/goral.toml`
5. Start the service `sudo systemctl start goral`
5. Enable for restart after boot `sudo systemctl enable goral`
6. Start the service `sudo systemctl start goral`

Then to check errors in Goral's log (if any error is reported via a messenger):

Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3400e64

Please sign in to comment.