miniflux/files/miniflux.service
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 15:25:37 -0500
changeset 238 bdbc88cb5078
parent 130 46785fdb4fc5
permissions -rw-r--r--
Lots of updates and fixes for Ubuntu 24.04 Noble.

[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