seatd: fix system.d startup

- configurable socket path was removed see 0d6bdf4f01
This commit is contained in:
SupervisedThinking 2022-06-15 18:14:50 +02:00
parent aeeb2dcce2
commit aca5f5dd3c

View File

@ -5,7 +5,7 @@ After=multi-user.target
ConditionKernelCommandLine=!installer ConditionKernelCommandLine=!installer
[Service] [Service]
ExecStart=/usr/bin/seatd -u root -s /var/run/seatd.sock ExecStart=/usr/bin/seatd -u root
Restart=always Restart=always
RestartSec=1 RestartSec=1