mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
13 lines
249 B
SYSTEMD
13 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
Description=KRunner
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/krunner
|
||
|
Type=dbus
|
||
|
BusName=org.kde.krunner
|
||
|
TimeoutSec=5sec
|
||
|
Slice=background.slice
|
||
|
# Disable restart as we're dbus activated anyway
|
||
|
Restart=no
|