From 69977722b7085293324b8d0cb59646fb69353eef Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 15 Dec 2024 16:29:07 +0100 Subject: [PATCH] Update readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a43370..75ee8ff 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Description is quite clear I assume in exception of last three. These are explai ## Install as systemd service This is the most comfortable way to use the application. You'll never miss a keypress! -1. Edit file: `/etc/systemd/system/tikker.service` +1. Open file in your editor: `/etc/systemd/system/tikker.service`. 2. Insert content: ```[Unit] Description=Tikker service @@ -66,3 +66,6 @@ WorkingDirectory=[place where you want to have tikker.db] [Install] WantedBy=default.target ``` +3. Enable by `systemctl enable tikker.service`. +4. Start service by `systemctl start tikker.service`. +Service is now configured to run from the moment your computer boots!