diff --git a/AUTHORS b/AUTHORS index 43aecd36..ed407c4c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,4 @@ Eneryone that has contributed to the project: - teldra - flexibeast - Eric Vidal -- linuxer +- linuxer diff --git a/usr/share/66/service/ananicy b/usr/share/66/service/ananicy new file mode 100644 index 00000000..e2703887 --- /dev/null +++ b/usr/share/66/service/ananicy @@ -0,0 +1,11 @@ +[main] +@type = classic +@version = 0.0.1 +@description = "ananicy daemon service" +@user = (root) + +[start] +@execute = ( if { sysctl -e kernel.sched_autogroup_enabled=0 } + ananicy start ) +[stop] +@execute = ( sysctl -e kernel.sched_autogroup_enabled=1 )