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

ruditimmermans/launcher-modular-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Launcher Modular systemd user service file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published