data: Start calls as part of gnome-session

Since the "calls daemon" is the full app we depend on session services
and portls. Start within gnome-session startup to make sure we don't
start too early.

Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/690

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/771>
This commit is contained in:
Guido Günther
2025-03-25 22:58:53 +01:00
committed by Marge Bot
parent d46dd23e1c
commit c6f816687d

View File

@@ -1,6 +1,8 @@
[Unit] [Unit]
Description=A phone dialer and call handler (daemon mode) Description=A phone dialer and call handler (daemon mode)
PartOf=graphical-session.target PartOf=gnome-session.target
Requisite=gnome-session-initialized.target
After=gnome-session-initialized.target
[Service] [Service]
BusName=org.gnome.Calls BusName=org.gnome.Calls
@@ -8,4 +10,4 @@ ExecStart=@bindir@/gnome-calls --daemon
Type=dbus Type=dbus
[Install] [Install]
WantedBy=graphical-session.target WantedBy=gnome-session.target