File: cgroup-tools.bug-script

package info (click to toggle)
libcgroup 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,840 kB
  • sloc: ansic: 15,527; python: 8,219; cpp: 5,652; sh: 5,209; yacc: 470; makefile: 419; lex: 38
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -e /proc/cmdline ]
then
	# see if user has or has not certain controller related kernel parameters
	echo "/proc/cmdline: $(cat /proc/cmdline)"
fi

exit 0