seatd/contrib/systemd/seatd.service
Kenny Levinsen 5535c2c3b1 contrib/systemd: Use a different group
"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.
2021-04-17 17:09:45 +02:00

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