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-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-10-26 20:14:54 +00:00
|
|
|
ExecStart=/usr/bin/greenisland $LIPSTICK_OPTIONS -p org.kde.satellite.compositor.phone
|
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=user-session.target
|