Skip to content

Commit

Permalink
Make recording toggle name consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Jul 30, 2022
1 parent 20a51a5 commit 025128d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/en/Running-a-Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ To view the log, use `journalctl` (to exit press Ctrl-C). For example, to read t

#### Controlling Recording

When using the recording function with the `-R` command line option, if the Server receives a SIGUSR1 signal during a recording, it will start a new recording in a new Directory. SIGUSR2 will toggle recording enabled on/off.
When using the recording function with the `-R` command line option, if the Server receives a SIGUSR1 signal during a recording, it will start a new recording in a new Directory. SIGUSR2 will recording enabled on/off.

This comment has been minimized.

Copy link
@ignotus666

ignotus666 Aug 3, 2022

Contributor

Why did "toggle" get removed? The sentence doesn't make sense now.


To send these signals using systemd, create the following two `.service` files in `/etc/systemd/system`, calling them something appropriate (e.g. `newRecording-Jamulus-server.service`).
To send these signals using systemd, create the following two `.service` files in `/etc/systemd/system`, calling them something appropriate (e.g. `jamulusTogglerec.service`).

**Note:** You will need to save recordings to a path _outside_ of the jamulus home Directory, or remove `ProtectHome=true` from your systemd unit file (be aware that doing so is however a potential security risk).

Expand Down

0 comments on commit 025128d

Please sign in to comment.