lightdm: fix the openrc service, provide a session wrapper. It's usable now...
This commit is contained in:
@@ -7,3 +7,17 @@ depend()
|
||||
{
|
||||
need dbus localmount
|
||||
}
|
||||
|
||||
start()
|
||||
{
|
||||
ebegin "Starting ${name}"
|
||||
start-stop-daemon --start --quiet --background --exec ${command}
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop()
|
||||
{
|
||||
ebegin "Stopping ${name}"
|
||||
start-stop-daemon --stop --exec ${command}
|
||||
eend $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user