index
:
runit-void
this commit
master
runit init scripts for Void Linux
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
agetty-tty1
/
run
blob: 5c4dab13a87d2a90e45be5592a312be9a172926a (
plain
) (
blame
)
1
2
3
#!/bin/sh tty=${PWD##*-} exec setsid agetty $([ $tty = tty1 ] && echo --noclear) $tty linux