mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
12 lines
249 B
SYSTEMD
12 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
Description=Handle legacy xembed system tray icons
|
||
|
PartOf=graphical-session.target
|
||
|
After=plasma-core.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/xembedsniproxy
|
||
|
Restart=on-failure
|
||
|
Type=simple
|
||
|
Slice=background.slice
|
||
|
TimeoutSec=5sec
|