From 0f1d12e895a67b71e8d474b106dbd59a34a0e7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knuti=5Fin=5FP=C3=A4se?= <122045840+PaeserBastelstube@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:35:39 +0100 Subject: [PATCH] RPI:Update README.md correct some format --- tools/rpi/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/rpi/README.md b/tools/rpi/README.md index 249e68d7..573d700d 100644 --- a/tools/rpi/README.md +++ b/tools/rpi/README.md @@ -272,13 +272,13 @@ Run as a service If you want to run directly at start, you have to install ahoy as a service. Depending oni, if you want to run it once a user is logged in or as soon as the system is booted, two service examples are included. --`ahoy.service` allows you to start it as a user service upon login. --`ahoy_system.service` allows you to start it as a system service already before login without user interaction. +- `ahoy.service` allows you to start it as a user service upon login. +- `ahoy_system.service` allows you to start it as a system service already before login without user interaction. Run as a service on Debian 12 (bookworm) ---------------------------------------- --`ahoy@bookworm.service` allows you to start it as a user service upon login. --`ahoy@bookworm_system.service` allows you to start it as a system service already before login without user interaction. +- `ahoy@bookworm.service` allows you to start it as a user service upon login. +- `ahoy@bookworm_system.service` allows you to start it as a system service already before login without user interaction. Analysing the Logs