start devout alongside mdevd

ensure it starts before mdevd-coldplug so it can populate
its database
This commit is contained in:
Daniel Barlow
2024-04-26 20:52:12 +01:00
parent e49aba127c
commit bf0cafffed
2 changed files with 8 additions and 3 deletions

View File

@@ -104,7 +104,6 @@
(values fd (if (> revent 0) revent nil)))))
(fn parse-terms [str]
(print :terms str)
(collect [n (string.gmatch (str:gsub "\n+$" "") "([^ ]+)")]
(string.match n "(.-)=(.+)")))