2014-10-26 20:14:54 +00:00
|
|
|
#
|
2014-10-28 23:48:54 +00:00
|
|
|
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
2014-10-26 20:14:54 +00:00
|
|
|
#
|
2014-10-28 23:48:54 +00:00
|
|
|
# Starts Plasma shell for phones.
|
2014-10-26 20:14:54 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
|
Description=Plasma Phone UI
|
2014-10-28 23:48:54 +00:00
|
|
|
Requires=dbus.socket
|
2014-11-01 18:14:14 +00:00
|
|
|
After=voicecall-manager.service plasma-phone-compositor.service plasma-phone-ksyncdbusenv.service plasma-phone-kbuildsycoca.service plasma-phone-kdeinit.service
|
2014-10-26 20:14:54 +00:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
2014-10-28 23:48:54 +00:00
|
|
|
ExecStart=/usr/bin/plasmashell -p org.kde.satellite.phone -n
|
2014-10-26 20:14:54 +00:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=user-session.target
|