mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
18 lines
293 B
Desktop File
18 lines
293 B
Desktop File
#
|
|
# Copyright (C) 2014 Pier Luigi Fiorini
|
|
#
|
|
# Starts kded5 needed by the phone UI.
|
|
#
|
|
|
|
[Unit]
|
|
Description=KDED5
|
|
Requires=dbus.socket
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
|
ExecStart=/usr/bin/kded5
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=user-session.target
|