Update readme.
This commit is contained in:
parent
5740574df5
commit
69977722b7
@ -49,7 +49,7 @@ Description is quite clear I assume in exception of last three. These are explai
|
|||||||
|
|
||||||
## Install as systemd service
|
## Install as systemd service
|
||||||
This is the most comfortable way to use the application. You'll never miss a keypress!
|
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:
|
2. Insert content:
|
||||||
```[Unit]
|
```[Unit]
|
||||||
Description=Tikker service
|
Description=Tikker service
|
||||||
@ -66,3 +66,6 @@ WorkingDirectory=[place where you want to have tikker.db]
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
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!
|
||||||
|
Loading…
Reference in New Issue
Block a user