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>
This commit is contained in:
Sebastian Krzyszkowiak
2025-12-11 03:11:27 +01:00
committed by Marge Bot
parent 17bcb9b4ed
commit 93d3a967d3

View File

@@ -8,6 +8,7 @@ After=gnome-session-initialized.target
BusName=org.gnome.Calls
ExecStart=@bindir@/gnome-calls --gapplication-service
Type=dbus
Restart=on-failure
[Install]
WantedBy=gnome-session.target