From 3aa397ea3c6cec5aae24aafa8c15534af5fed4b0 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sun, 5 Feb 2023 10:11:54 +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