shift-shell/services/plasma-phone.service.cmake
Pier Luigi Fiorini 4b044378a8 Script that runs compositor and UI together
Brutal but works, this is meant to be used only during the prototype
phase, we will figure out why the systemd unit get restarted later.
2014-11-04 08:13:52 +01:00

17 lines
356 B
CMake

#
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
#
# Starts Plasma shell for phones.
#
[Unit]
Description=Plasma Phone
Requires=dbus.socket
[Service]
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasma-phone
Restart=on-failure
[Install]
WantedBy=user-session.target