1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 07:56:21 +00:00
Lakka-LibreELEC/packages/x11/other/fluxbox/system.d/windowmanager.service
Stephan Raue 116ce0a20d [xbmc-rebrand] fluxbox: rename systemd startscripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-20 16:05:49 +02:00

19 lines
311 B
Desktop File

[Unit]
Description=Fluxbox Window Manager
Requires=xorg.service
After=xorg.service
Before=kodi.service
[Service]
Environment=DISPLAY=:0
Environment=HOME=/storage
ExecStart=/usr/bin/fluxbox
KillMode=process
Restart=always
RestartSec=1
StartLimitInterval=0
TimeoutStopSec=1s
[Install]
WantedBy=graphical.target