File: control

package info (click to toggle)
systune 0.5.13%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: sh: 143; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: systune
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Section: admin
Priority: optional
Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13)
Vcs-Git: https://github.com/sudipm-mukherjee/systune.git
Vcs-Browser: https://github.com/sudipm-mukherjee/systune.git

Package: systune
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, lsb-base
Description: kernel tuning through the /proc file system
 This program writes kernel parameters, previously saved in a configuration
 file, to the /proc filesystem.  This enables kernel performance to be
 adjusted without recompiling the kernel.
 .
 systune can be alternative to sysctl(8). It is also started after the most
 daemons and other init.d scripts, so it can be used as "second stage" sysctl.