mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
Fixed missing space in README.md
This commit is contained in:
parent
b7da2fa8a8
commit
e33e9b42c7
@ -1076,7 +1076,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. `install -m444 /usr/share/doc/ot-recorder/ot-recorder.service/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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user