mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-08 11:58:19 +00:00
aca5f5dd3c
- configurable socket path was removed see 0d6bdf4f01
15 lines
287 B
Desktop File
15 lines
287 B
Desktop File
[Unit]
|
|
Description=Seat Management Daemon
|
|
Before=graphical.target sway.service
|
|
After=multi-user.target
|
|
ConditionKernelCommandLine=!installer
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/seatd -u root
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
Alias=seat-management-daemon.service
|
|
WantedBy=graphical.target
|