shift-shell/services/plasma-phone-ksyncdbusenv.service

18 lines
292 B
SYSTEMD
Raw Normal View History

2014-10-28 23:48:54 +00:00
#
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
#
# Starts ksyncdbus needed by the phone UI.
#
[Unit]
Description=ksyncdbusenv
Requires=dbus.socket
[Service]
Type=oneshot
ExecStart=/usr/lib/libexec/ksyncdbusenv
Restart=always
[Install]
WantedBy=user-session.target