mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
hint at where the Magic comes from
This commit is contained in:
parent
f915a77386
commit
2fc534f3f1
@ -20,7 +20,7 @@ static int fd;
|
|||||||
|
|
||||||
static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused)
|
static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused)
|
||||||
{
|
{
|
||||||
write(fd, "V", 1); /* Magic */
|
write(fd, "V", 1); /* Magic, see watchdog-api.txt in kernel */
|
||||||
close(fd);
|
close(fd);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user