miniflux/files/miniflux.service
author Luke Hoersten <luke@hoersten.org>
Sat, 22 Jul 2023 15:50:36 -0500
changeset 217 e69a030975c4
parent 130 46785fdb4fc5
permissions -rw-r--r--
Split out nostr install and build roles.

[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