2014-11-02 20:54:05 +00:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
|
|
|
#
|
|
|
|
|
# Starts Plasma shell for phones.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
|
Description=Plasma Phone UI
|
2014-11-03 07:34:11 +00:00
|
|
|
Requires=dbus.socket plasma-phone-compositor.service
|
2014-11-04 06:45:01 +00:00
|
|
|
After=plasma-phone-compositor.service
|
2014-11-02 20:54:05 +00:00
|
|
|
|
|
|
|
|
[Service]
|
2014-11-03 17:33:52 +00:00
|
|
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
|
2014-11-02 20:54:05 +00:00
|
|
|
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
2014-11-03 17:48:53 +00:00
|
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasmashell -p org.kde.satellite.phone -n
|
2014-11-02 20:54:05 +00:00
|
|
|
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/kquitapp5 plasmashell
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
BusName=org.kde.plasmashell
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=user-session.target
|