mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
16 lines
333 B
SYSTEMD
16 lines
333 B
SYSTEMD
[Unit]
|
|
Description=KDE Plasma Workspace
|
|
After=plasma-ksmserver.service plasma-kcminit.service
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasmashell --no-respawn
|
|
Restart=on-failure
|
|
Type=dbus
|
|
BusName=org.kde.plasmashell
|
|
Slice=session.slice
|
|
TimeoutSec=40sec
|
|
|
|
[Install]
|
|
WantedBy=plasma-core.target
|