Move unit files to `systemd` directory

This commit is contained in:
Alexis Sellier 2023-06-22 12:13:11 +02:00
parent 33870572d4
commit e33661738c
No known key found for this signature in database
3 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,16 @@ Or directly from our seed node:
cargo install --force --locked --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \ cargo install --force --locked --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \
radicle-cli radicle-node radicle-remote-helper radicle-cli radicle-node radicle-remote-helper
## Running
*Systemd* unit files are provided for the node and HTTP daemon under the
`/systemd` folder. They can be used as a starting point for further
customization.
Additionally, a `Dockerfile` is included under both crates.
For running in debug mode, see [HACKING.md](HACKING.md).
## Contributing ## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) and [HACKING.md](HACKING.md) for an See [CONTRIBUTING.md](CONTRIBUTING.md) and [HACKING.md](HACKING.md) for an