shift-shell/services/plasma-phone-ui.service.cmake
Pier Luigi Fiorini 409dda41bd Update services
2014-11-03 07:27:12 +01:00

20 lines
557 B
CMake

#
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
#
# Starts Plasma shell for phones.
#
[Unit]
Description=Plasma Phone UI
Requires=plasma-phone-compositor.service voicecall-manager.service kded5.service
After=plasma-phone-compositor.service voicecall-manager.service
[Service]
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasma-phone
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/kquitapp5 plasmashell
Restart=on-failure
BusName=org.kde.plasmashell
[Install]
WantedBy=user-session.target