miniflux/files/miniflux.service
author Luke Hoersten <luke@hoersten.org>
Sun, 25 Jul 2021 10:30:51 -0500
changeset 174 431c6d5e5dd4
parent 130 46785fdb4fc5
permissions -rw-r--r--
Lots of updates.

[Unit]
Description=Miniflux Feed Reader
After=network.target postgresql.service

[Service]
Type=simple
EnvironmentFile=/etc/miniflux.conf
User=miniflux
ExecStart=/usr/local/bin/miniflux
Restart=always

[Install]
WantedBy=multi-user.target