Start qrexec daemon and agent

This commit is contained in:
Rafal Wojtczuk 2011-03-04 17:19:51 +01:00
parent f3428531a8
commit 0f655f9344
2 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,8 @@ start()
MEMINFO_DELAY_USEC=100000
/usr/lib/qubes/meminfo-writer $MEM_CHANGE_THRESHOLD_KB $MEMINFO_DELAY_USEC &
/usr/lib/qubes/qrexec_agent 2>/var/log/qubes/qrexec_agent.log &
[ -x /rw/config/rc.local ] && /rw/config/rc.local
success
echo ""

View File

@ -28,6 +28,9 @@ start()
echo "NS2=$secondary_dns" >> /var/run/qubes/qubes_ns
/usr/lib/qubes/qubes_setup_dnat_to_ns
echo "1" > /proc/sys/net/ipv4/ip_forward
/usr/lib/qubes/qrexec_agent 2>/var/log/qubes/qrexec_agent.log &
success
echo ""
return 0