Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Added Rules ; Some Fixes for the .service file ; Create installation script for Debian 9 #119

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
8 changes: 4 additions & 4 deletions ananicy.service
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ExecStart=/usr/bin/ananicy start
Nice=19
SuccessExitStatus=143
OOMScoreAdjust=-999
Restart=always
Restart=on-failure
CPUAccounting=true
MemoryHigh=16M
MemoryMax=64M
#MemoryHigh=16M
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK systemd ignore key which not supported, or i misunderstood something?

#MemoryMax=64M
ProtectSystem=true
ProtectHome=true
#ProtectHome=true
PrivateTmp=yes

[Install]
Expand Down