citadel/meta-citadel/recipes-citadel/citadel-config/files/systemd/installer-session-switcher.service

18 lines
439 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Citadel Installer Session Switcher
After=accounts-daemon.service
Wants=accounts-daemon.service
ConditionKernelCommandLine=|citadel.installer
ConditionKernelCommandLine=|citadel.live
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/bin/busctl call org.freedesktop.Accounts /org/freedesktop/Accounts/User1000 org.freedesktop.Accounts.User SetXSession s "citadel-installer"
[Install]
WantedBy=graphical.target