mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
15 lines
264 B
Desktop File
15 lines
264 B
Desktop File
#
|
|
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
#
|
|
# Starts ksyncdbus needed by the phone UI.
|
|
#
|
|
|
|
[Unit]
|
|
Description=ksyncdbusenv
|
|
Requires=dbus.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/lib/libexec/ksyncdbusenv
|
|
|
|
[Install]
|
|
WantedBy=user-session.target
|