Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/805>
14 lines
315 B
SYSTEMD
14 lines
315 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
|
|
|
|
[Install]
|
|
WantedBy=gnome-session.target
|