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>
15 lines
334 B
SYSTEMD
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
|