From 0a02c68bac461d29504e603dac4eb6cad97e67d5 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sat, 4 Feb 2023 16:05:12 +0100 Subject: [PATCH] docs (README.md): use better example for service - service does not need to be considered up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a224f93..3e124dc 100644 --- a/README.md +++ b/README.md @@ -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