mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
14 lines
317 B
SYSTEMD
14 lines
317 B
SYSTEMD
|
[Unit]
|
||
|
Description=Miniflux Service
|
||
|
Documentation=https://miniflux.app/docs/#database-connection-parameters
|
||
|
|
||
|
[Service]
|
||
|
User=__APP__
|
||
|
#Group=__APP__
|
||
|
ExecStart=__FINALPATH__/__APP__ -config-file=__FINALPATH__/__APP__.conf
|
||
|
EnvironmentFile=__FINALPATH__/__APP__.conf
|
||
|
NonBlocking=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|