mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
24 lines
502 B
Plaintext
24 lines
502 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Miniflux Feed Reader
|
||
|
After=network.target postgresql.service
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
EnvironmentFile={{ miniflux_root_dir }}/etc/miniflux.conf
|
||
|
User={{ miniflux_user }}
|
||
|
ExecStart={{ miniflux_root_dir }}/bin/miniflux
|
||
|
Restart=always
|
||
|
NoNewPrivileges=true
|
||
|
PrivateDevices=true
|
||
|
ProtectControlGroups=true
|
||
|
ProtectHome=true
|
||
|
ProtectKernelModules=true
|
||
|
ProtectKernelTunables=true
|
||
|
ProtectSystem=strict
|
||
|
RestrictRealtime=true
|
||
|
ReadWritePaths=/run
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|