Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.06 KB

How to enable Launcher Modular to start automatically when the device is booted

To enable Launcher Modular to start automatically when the device is started:

Download by right clicking below and selecting "save link as"

download

Save it in your downloads folder and run the following commands:

mkdir -p ~/.config/systemd/user
mv ~/Downloads/launcher-modular.service ~/.config/systemd/user/launcher-modular.service
systemctl --user enable --now launcher-modular

Or alternatively you can download it directly

mkdir -p ~/.config/systemd/user
wget -O ~/.config/systemd/user/launcher-modular.service https://raw.githubusercontent.com/ruditimmermans/launcher-modular-service/main/user/launcher-modular.service
systemctl --user enable --now launcher-modular

You can check if launcher-modular session-manager is running properly with

systemctl --user status launcher-modular