0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-08 11:58:19 +00:00
SupervisedThinking aca5f5dd3c seatd: fix system.d startup
- configurable socket path was removed see 0d6bdf4f01
2022-06-15 18:18:02 +02:00

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