Skip to content

Commit

Permalink
Merge pull request #27 from holo-routing/install-docs
Browse files Browse the repository at this point in the history
Change default user path in docs
  • Loading branch information
rwestphal authored Sep 5, 2024
2 parents 74ec153 + ee5bbba commit c370052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ $ cargo build --release

5. Add `holo` user and group:

```
```sh
# groupadd -r holo
# useradd --system --shell /sbin/nologin --home-dir /var/run/holo/ -g holo holo
# mkdir /var/opt/holo
# useradd --system --shell /sbin/nologin --home-dir /var/opt/holo/ -g holo holo
```

6. Installation
Expand Down
2 changes: 2 additions & 0 deletions holo-utils/src/bgp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// SPDX-License-Identifier: MIT
//

//! BGP definitions common to `holo-bgp` and `holo-policy`
//!
//! This file contains BGP definitions that are common to both `holo-bgp` and
//! `holo-policy`. In the future, the northbound layer should be restructured
//! so that `holo-bgp` can handle the BGP-specific policy definitions itself,
Expand Down

0 comments on commit c370052

Please sign in to comment.