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
|
|
|
#
|
|
|
|
|
# Starts Green Island with the phone compositor plugin.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
|
Description=Green Island
|
|
|
|
|
Requires=dbus.socket pre-user-session.target
|
|
|
|
|
After=pre-user-session.target
|
2014-11-02 11:00:56 +00:00
|
|
|
Conflicts=maui-bootsplash.service
|
2014-10-26 20:14:54 +00:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=notify
|
2014-11-03 17:33:52 +00:00
|
|
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
|
2014-11-02 10:59:12 +00:00
|
|
|
EnvironmentFile=-/var/lib/environment/compositor/*.conf
|
2014-11-01 19:49:43 +00:00
|
|
|
EnvironmentFile=-/var/lib/environment/greenisland/*.conf
|
2014-11-02 20:54:05 +00:00
|
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/greenisland $LIPSTICK_OPTIONS -p org.kde.satellite.compositor.phone
|
|
|
|
|
Restart=on-failure
|
2014-10-26 20:14:54 +00:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=user-session.target
|