mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-10 02:21:18 +00:00
12 lines
227 B
SYSTEMD
12 lines
227 B
SYSTEMD
|
[Unit]
|
||
|
Description=A phone dialer and call handler (daemon mode)
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
BusName=org.gnome.Calls
|
||
|
ExecStart=@bindir@/gnome-calls --daemon
|
||
|
Type=dbus
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|