ptpd: hide harmless killall error messages.

This commit is contained in:
Ricardo Martins 2016-01-28 11:50:57 +00:00
parent 628ae3fefe
commit dc982505a0
1 changed files with 2 additions and 1 deletions

View File

@ -16,5 +16,6 @@ stop()
if [ -c /dev/rtc0 ]; then
hwclock -w
fi
killall ptpd2
killall ptpd2 > /dev/null 2>&1
}