mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 06:14:45 +00:00
19 lines
293 B
SYSTEMD
19 lines
293 B
SYSTEMD
|
|
#
|
||
|
|
# 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
|