aboutsummaryrefslogtreecommitdiff
path: root/net/nethogs/pkg-message
blob: b86abdf9bc8ac147733bab470957cf73d474dc83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
In order for nethogs to work properly add the following entry to 
/etc/fstab:

proc		/proc		procfs	rw,noauto	0	0

noauto prevents /proc from being automatically mounted at boot.

To mount the file system without rebooting:

# mount /proc
EOM
}
]