distribution/packages/x11/other/fluxbox/system.d/windowmanager.service

19 lines
311 B
SYSTEMD
Raw Normal View History

2022-02-05 14:23:32 +00:00
[Unit]
Description=Fluxbox Window Manager
Requires=xorg.service
After=xorg.service
Before=kodi.service
2022-02-05 14:23:32 +00:00
[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