Skip to content

Commit 8c5184b

Browse files
authored
Update INSTALL.md
1 parent 41bfd4a commit 8c5184b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ tools/cli/ob passwd admin
6464

6565
9. Set up a service (or similar) to run required background tasks such as generating thumbnails and cache management. This service should ensure that `tools/bli/cli cron monitor` is running continously.
6666

67-
For example, set up a service, `/etc/systemd/system/ob.service`, as follows:
67+
# Example Service
68+
69+
As an example for step 9, set up a service, `/etc/systemd/system/ob.service`, as follows:
6870

6971
```
7072
[Unit]
@@ -82,7 +84,7 @@ RestartSec=10
8284
WantedBy=multi-user.target
8385
```
8486

85-
Then run:
87+
Then enable and start the service:
8688

8789
```
8890
systemctl daemon-reload

0 commit comments

Comments
 (0)