Files
calls/data/calls-daemon.service.in
Guido Günther c6f816687d 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>
2025-04-04 08:51:12 +00:00

14 lines
301 B
SYSTEMD

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