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

Conversation

andre-romano
Copy link

Hi Guys,

I think the project is AWESOME, and I use it in any desktop Linux machine I currently install. So, in order to have Ananicy work better for me, I've made some changes to some files that I think can be useful to be merged in the mainline project:

  • New Rules files for some common applications (need testing to see if there could be any problem, I think there will not be any since these apps are mostly userspace apps)
  • Fixed some parameters in the .service file (my systemd inside Debian 9 could not start the service because of those parameters - it didn't recognize them)
  • Created an installation script with all the dependencies needed to make it run inside Debian 9 (tested it in my system)

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?

@nefelim4ag
Copy link
Owner

Please:

  1. Rebase on latest master
  2. Use git commit --amend + rebase --interactive to add changes to your existing commits
  3. Use make and package.sh for deb packaging, not new install.sh

@francoism90
Copy link
Contributor

@alr46664 @nefelim4ag Any update on this? Rules are looking good. :)

@nefelim4ag
Copy link
Owner

@francoism90, sorry, but you see same issue history, as i'm.

@@ -0,0 +1,79 @@
#!/bin/bash
# Copywright - Andre L. R. Madureira - 2018
Copy link
Contributor

Choose a reason for hiding this comment

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

Copywright? : D

@In-line
Copy link
Contributor

In-line commented Jan 9, 2019

It will be better if all comments in the rules files use same notation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants