Luna/base/etc/init/99-login
apio 443d8957f3
apps: Add startui
This service starts a complete UI session (wind, components, and init --user), all with their respective privileges.

This lets us move that responsibility away from wind and let it be only a window manager.
2024-01-31 22:42:24 +01:00

7 lines
152 B
Plaintext

Name=login
Description=Start the display server.
Command=/usr/bin/startui --user=selene
StandardOutput=/dev/uart0
StandardError=/dev/uart0
Restart=true