From 39fc89da37c33022f5f3d99c8919880f5d09358c Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 26 Feb 2016 12:11:51 +0100 Subject: [PATCH] s/cp/install/ for systemd service b/c of permission bits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3d72b..c65109f 100644 --- a/README.md +++ b/README.md @@ -1062,7 +1062,7 @@ apt-get install ot-recorder The packages we provide have a systemd unit file in `/usr/share/doc/ot-recorder/ot-recorder.service` which you can use to have the Recorder started automatically: 1. Ensure you have a configuration file with the settings you require -2. Copy the `ot-recorder.service` file to `/etc/systemd/system/ot-recorder.service` +2. `install -m444 /usr/share/doc/ot-recorder/ot-recorder.service/etc/systemd/system/ot-recorder.service` 3. Enable the service to run at startup: `systemctl enable ot-recorder` 4. Launch the service `systemctl start ot-recorder`