Skip to content

Commit

Permalink
Merge branch 'issue410'
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Aug 3, 2024
2 parents ab7f7ca + 01a534c commit 019464c
Show file tree
Hide file tree
Showing 43 changed files with 1,522 additions and 1,416 deletions.
4 changes: 2 additions & 2 deletions docs/en/alpine-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ If you get `ERROR: unsatisfiable constraints: jool-tools (missing)`, you probabl

## Using Jool

Adjust configuration files in directory `/etc/jool` to your needs. Then you can start services `jool`, `jool_siit` and/or `joold` using `rc-service <svcname> start` (or `/etc/init.d/<svcname> start`). To make the services start automatically at the system startup, add them to a runlevel using `rc-update add <svcname>`.
Adjust configuration files in directory `/etc/jool` to your needs. Then you can start services `jool` and/or `jool_siit` using `rc-service <svcname> start` (or `/etc/init.d/<svcname> start`). To make the services start automatically at the system startup, add them to a runlevel using `rc-update add <svcname>`.

If you want to run multiple instances of `jool`, `jool_siit` or `joold`, you can make symlinks for the init scripts named `<svcname>.<instance>` (or `<svcname>-<instance>`). Each service expects JSON configuration file named after the init script plus `.conf` suffix (e.g. `jool_siit.conf`, `jool_siit.lan.conf`, ...) in directory `/etc/jool`. For example:
If you want to run multiple instances of `jool` or `jool_siit`, you can make symlinks for the init scripts named `<svcname>.<instance>` (or `<svcname>-<instance>`). Each service expects JSON configuration file named after the init script plus `.conf` suffix (e.g. `jool_siit.conf`, `jool_siit.lan.conf`, ...) in directory `/etc/jool`. For example:

ln -s jool_siit /etc/init.d/jool_siit.lan
cp /etc/jool/jool_siit.conf /etc/jool/jool_siit.lan.conf
Expand Down
197 changes: 0 additions & 197 deletions docs/en/config-joold.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/en/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ If you know what you're doing, try the [Cheat Sheet](cheat-sheet.html).
1. [`pool4`](usr-flags-pool4.html)
2. [`bib`](usr-flags-bib.html)
3. [`session`](usr-flags-session.html)
4. [`joold`](usr-flags-joold.html)

## Other Configuration

2. [`joold`](config-joold.html)

## Defined Architectures

Expand Down
Loading

0 comments on commit 019464c

Please sign in to comment.