Files
fluffy-pancake/files/usr/lib/systemd/user/firstboot-setup.service
T

15 lines
342 B
Desktop File
Raw Normal View History

2026-03-12 20:36:12 +01:00
[Unit]
Description=Run First Boot Setup Wizard
After=graphical-session.target
Wants=graphical-session.target
2026-03-12 20:36:12 +01:00
[Service]
Type=simple
ExecStart=%h/.config/firstboot/firstboot-setup.sh
Environment=WAYLAND_DISPLAY=wayland-0
Environment=DISPLAY=:0
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus
2026-03-12 20:36:12 +01:00
[Install]
WantedBy=default.target