7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
# Seat management daemon. Weston (via libseat) asks seatd to open DRM/input
|
|
# devices, so no logind is needed. The "seat" group may use the seatd socket.
|
|
type = process
|
|
command = /usr/bin/seatd -g seat
|
|
restart = true
|
|
depends-on = early-fs
|