mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33:09 +00:00
16 lines
264 B
SYSTEMD
16 lines
264 B
SYSTEMD
|
|
#
|
||
|
|
# 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
|