initial commit
This commit is contained in:
6
mark_as_read.service
Normal file
6
mark_as_read.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=mark certain entries as read in miniflux
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/env python3 ./mark_as_read.py --config ./mark_as_read.ini
|
||||
Reference in New Issue
Block a user