File cluster-dashboard.service of Package cluster-dashboard
[Unit] Description=cluster-dashboard Requires=agl-compositor.service After=agl-compositor.service # Since we are part of the agl session, make sure we are started before # it is complete. Before=graphical.target [Service] User=agl-driver Environment=QT_QPA_PLATFORM="wayland" Environment=QT_PLUGIN_PATH=/usr/lib64/qt5/plugins/ ExecStart=/bin/sh -c 'XDG_RUNTIME_DIR=/run/user/$(id -u agl-driver) exec /usr/bin/cluster-dashboard ' Restart=always StandardOutput=journal StandardError=journal [Install] WantedBy=graphical.target