mirror of
https://github.com/javalsai/lidm.git
synced 2026-06-03 04:28:09 +02:00
feat: add runit support
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -r conf ] && . ./conf
|
||||
|
||||
exec utmpset -w $TTY
|
||||
Reference in New Issue
Block a user