shift-shell/services/plasma-phone-compositor.service.cmake
Vishesh Handa df0fd34bc1 Rename satellite to plasma.phone
All interfaces are now consistent and start with 'org.kde.plasma.phone'

Reviewed-By: Marco Martin
2015-06-19 01:48:47 +02:00

22 lines
643 B
CMake

#
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
#
# Starts Green Island with the phone compositor plugin.
#
[Unit]
Description=Green Island
Requires=dbus.socket pre-user-session.target
After=pre-user-session.target
Conflicts=maui-bootsplash.service
[Service]
Type=notify
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
EnvironmentFile=-/var/lib/environment/compositor/*.conf
EnvironmentFile=-/var/lib/environment/greenisland/*.conf
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/greenisland $LIPSTICK_OPTIONS -p org.kde.plasma.compositor.phone
Restart=on-failure
[Install]
WantedBy=user-session.target