miniflux/files/miniflux.service
author Luke Hoersten <luke@hoersten.org>
Thu, 18 Jan 2024 16:04:11 -0600
changeset 225 6936497313ac
parent 130 46785fdb4fc5
permissions -rw-r--r--
Minor cleanup.

[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