11 lines
156 B
Desktop File
11 lines
156 B
Desktop File
[Unit]
|
|
Description=Seat management daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=seatd -g video
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|