docs (README.md): use better example for service - service does not need to be considered up

This commit is contained in:
eeemsi 2023-02-05 10:11:54 +01:00
parent 7cfc2bd936
commit 3aa397ea3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Motivation
A script to automatically mark entires as read in miniflux using its api
A script to automatically mark entries as read in miniflux using its api
# How to use
@ -31,7 +31,7 @@ The systemd service file can be located in .config/systemd/user
Description=mark certain entries as read in miniflux
[Service]
Type=oneshot
Type=simple
ExecStart=/usr/bin/env python3 ./mark_as_read.py --config ./mark_as_read.ini
## systemd timer