We no longer use waked in postmarketOS. Signed-off-by: Stefan Hansson <newbyte@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7704>
5 lines
48 B
Bash
5 lines
48 B
Bash
#!/bin/sh
|
|
|
|
rc-update add greetd default
|
|
|
|
exit 0
|