docs (README.md): use better example for service - service does not need to be considered up
This commit is contained in:
parent
7cfc2bd936
commit
3aa397ea3c
@ -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
|
||||
|
Reference in New Issue
Block a user