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:
committed by
Marge Bot
parent
17bcb9b4ed
commit
93d3a967d3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user