replace ircd with darkirc throughout the codebase

This commit is contained in:
dasman
2024-06-11 17:43:40 +03:00
parent 130a29fa61
commit ae3c67a7e0
11 changed files with 33 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ hosts_file="lilith_hosts.tsv"
#localnet = true
#channel_log = true
#[network."ircd"]
#[network."darkirc"]
#port = 25551
#seeds = []
#peers = []

View File

@@ -2,7 +2,7 @@ Startup services for runit.
# Make DarkFi Binaries Available
Compile `ircd`, `taud`, and `darkirc`. Make sure they are findable in your path.
Compile `taud` and `darkirc`. Make sure they are findable in your path.
You can copy the binaries to `~/.local/bin/`.
# Configure Per-User Services and Logging
@@ -35,14 +35,13 @@ Finally make sure your user level service is running:
Copy the directories here over to `~/.local/sv/`:
```bash
$ cp -r darkirc/ ircd/ taud/ ~/.local/sv/
$ cp -r darkirc/ taud/ ~/.local/sv/
```
Activate them by symlinking them into `~/.local/service/`. We need the full path.
```bash
$ cd ~/.local/service/
$ ln -s /home/USER/.local/sv/darkirc/ .
$ ln -s /home/USER/.local/sv/ircd/ .
$ ln -s /home/USER/.local/sv/taud/ .
```