12 lines
183 B
Desktop File
12 lines
183 B
Desktop File
[Unit]
|
|
Description=Seat management daemon
|
|
Documentation=man:seatd(1)
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=seatd -g video
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|