about summary refs log tree commit diff
path: root/services/lightdm/run
blob: 67da73372f1061ba723736ac75ec8b651825ee85 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
sv check dbus >/dev/null || exit 1
[ ! -d /run/lightdm ] && mkdir -p /run/lightdm
chmod 0711 /run/lightdm
chown lightdm:lightdm /run/lightdm
exec lightdm