shift-shell/services/plasma-phone-ui.service.cmake

22 lines
603 B
CMake
Raw Normal View History

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]
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
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