diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 23:41:35 -0500 |
|---|---|---|
| committer | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 23:41:35 -0500 |
| commit | 4a0c806d83311e991b321642e180e66dc21b6e25 (patch) | |
| tree | 087242dd6264acb406280f32a67f77c7cd54888a /core/slogin/slogin.openrc | |
| parent | 81729ee885471cb2a2a532d47f3986e5294f0102 (diff) | |
Refactor slogin for framebuffer and OpenRC
Diffstat (limited to 'core/slogin/slogin.openrc')
| -rw-r--r-- | core/slogin/slogin.openrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/slogin/slogin.openrc b/core/slogin/slogin.openrc new file mode 100644 index 0000000..2b56a0a --- /dev/null +++ b/core/slogin/slogin.openrc @@ -0,0 +1,9 @@ +#!/sbin/openrc-run +command="/usr/local/bin/slogin" +command_background="no" +description="Minimal framebuffer login that launches X" + +depend() { + need localmount + after bootmisc +} |
