More formatting

This commit is contained in:
Wolfgang Kulhanek
2025-10-23 14:30:30 +02:00
parent 1bec5957b9
commit d0d51b02f6

View File

@@ -28,9 +28,8 @@ Bonob now needs a volume to store the token database. In the example below that
Also the example below uses a `bonob` user on the system with ID `1210` and group `100`. The database directory should be owned by that user. Also the example below uses a `bonob` user on the system with ID `1210` and group `100`. The database directory should be owned by that user.
.Example systemd file (`/usr/lib/systemd/system/bonob.service`) .Example systemd file (`/usr/lib/systemd/system/bonob.service`)
+ [source]
[source,ini] ----
====
[Unit] [Unit]
Description=Bonob container service Description=Bonob container service
Wants=network.target Wants=network.target
@@ -66,4 +65,4 @@ SyslogIdentifier=bonob
[Install] [Install]
WantedBy=multi-user.target default.target WantedBy=multi-user.target default.target
==== ----