patch monado to respect terminate signals

Although it doesn't terminate properly with this it seems to make
`systemctl --user restart monado` work
This commit is contained in:
2025-12-08 15:27:37 -05:00
parent 5f8e03fc5c
commit 781f265851
2 changed files with 71 additions and 1 deletions

View File

@ -25,7 +25,9 @@
rev = "2ebbca83e896e0802185277ce0a0a463db7a7892";
hash = "sha256-JjlKHXd1SD9M8OpgFERZCvAhM0eMxjME96YU38DlKNw=";
};
patches = [];
patches = [
./0001-ipc-shutdown-ipc-server-on-SIGTERM.patch
];
});
})
];