Update readme.

This commit is contained in:
retoor 2024-12-15 16:29:07 +01:00
parent 5740574df5
commit 69977722b7

View File

@ -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!