
"video" was used for convenience in the example, but a dedicated group is preferable so that a user does not gain the ability to bypass the seat manager and open devices directly.
13 lines
238 B
Desktop File
13 lines
238 B
Desktop File
[Unit]
|
|
Description=Seat management daemon
|
|
Documentation=man:seatd(1)
|
|
|
|
[Service]
|
|
Type=simple
|
|
# Specify the group you'd like to grant access to seatd
|
|
ExecStart=seatd -g seat
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|