Files
calls/data/calls-daemon.service.in
Sebastian Krzyszkowiak 93d3a967d3 data: Restart the daemon on failure
If Calls crashes for some reason, the user will be left with no
running Calls instance until it's launched manually. Make sure
the daemon gets restarted on a failure.

Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/810>
2025-12-26 10:15:07 +00:00

15 lines
334 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 --gapplication-service
Type=dbus
Restart=on-failure
[Install]
WantedBy=gnome-session.target