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>
14 lines
301 B
SYSTEMD
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
|