add uevent-watch, which toggles services based on uevent msgs

This commit is contained in:
Daniel Barlow 2024-04-15 21:15:07 +01:00
parent 5564cf0554
commit ea2b25168e
6 changed files with 297 additions and 0 deletions

View file

@ -33,4 +33,5 @@
: mktree
: rmtree
: directory?
:symlink (fn [from to] (lfs.link from to true))
}