run notmuch with runit
This commit is contained in:
parent
7887de9492
commit
19c48412cc
3 changed files with 20 additions and 11 deletions
5
services/notmuch/run
Executable file
5
services/notmuch/run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
exec env \
|
||||
HOME="${HOME:-/home/noctua}" \
|
||||
DISPLAY="${DISPLAY:-:0}" \
|
||||
./notmuch
|
Loading…
Add table
Add a link
Reference in a new issue