1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Move RPM build files to main repository

This commit is contained in:
Frédéric Guillot 2020-10-18 16:12:00 -07:00 committed by Frédéric Guillot
parent bae68520a2
commit 578cd8b24b
6 changed files with 120 additions and 3 deletions

View file

@ -0,0 +1,23 @@
[Unit]
Description=Miniflux Feed Reader
After=network.target postgresql.service
[Service]
Type=simple
EnvironmentFile=/etc/miniflux.conf
User=miniflux
ExecStart=/usr/bin/miniflux
Restart=always
# Hardening options:
NoNewPrivileges=true
PrivateDevices=true
ProtectControlGroups=true
ProtectHome=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=strict
RestrictRealtime=true
[Install]
WantedBy=multi-user.target