mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
36 lines
776 B
Desktop File
36 lines
776 B
Desktop File
[Unit]
|
|
Description=Libreddit: alternative to Reddit
|
|
Before=nginx.service
|
|
After=network.service
|
|
|
|
[Service]
|
|
User=__APP__
|
|
Group=__APP__
|
|
DynamicUser=yes
|
|
EnvironmentFile=-__INSTALL_DIR__/redlib.conf
|
|
ExecStart=__INSTALL_DIR__/redlib -a 127.0.0.1 -p __PORT__
|
|
|
|
# Hardening
|
|
DeviceAllow=
|
|
LockPersonality=yes
|
|
MemoryDenyWriteExecute=yes
|
|
PrivateDevices=yes
|
|
ProcSubset=pid
|
|
ProtectClock=yes
|
|
ProtectControlGroups=yes
|
|
ProtectHome=yes
|
|
ProtectHostname=yes
|
|
ProtectKernelLogs=yes
|
|
ProtectKernelModules=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectProc=invisible
|
|
RestrictAddressFamilies=AF_INET AF_INET6
|
|
RestrictNamespaces=yes
|
|
RestrictRealtime=yes
|
|
RestrictSUIDSGID=yes
|
|
SystemCallArchitectures=native
|
|
SystemCallFilter=@system-service ~@privileged ~@resources
|
|
UMask=0077
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|