mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 15:25:13 +03:00
16 lines
250 B
Text
16 lines
250 B
Text
#!/sbin/openrc-run
|
|
|
|
name="Display Manager"
|
|
description="SDDM Display Manager"
|
|
|
|
command=/usr/bin/sddm
|
|
command_args="$sddm_opts"
|
|
|
|
depends() {
|
|
provide display-manager
|
|
needs localmount
|
|
}
|
|
|
|
start_pre() {
|
|
checkpath -d -o sddm:video -m755 /var/lib/sddm
|
|
}
|