1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Symple type:
% make
% make install
- Read the README file.
- Create a password file:
echo "mypassword" > /etc/sysrqd.secret
chmod 0600 /etc/sysrqd.secret
- Optionnaly, create a bind file to bind to a specific IP
echo 192.168.2.13 > /etc/sysrqd.bind
- Add it to your local daemons startup.
If you need to tweak some paramaters, take a look on define at the beginning
of sysrqd.c
You can add this lines to /etc/services:
sysrqd 4094/tcp # sysrq daemon
sysrqd 4094/udp # sysrq daemon
|