/systemd-service-files

Personal contribution to Systemd Service files

GNU General Public License v3.0GPL-3.0

My Systemd Service files

this repo contains systemd service files i write and maintain for my machines. These service files are stored and versioned here just my dotfiles

anbox session-manager

This service file is based on the one debian ships to automatically start anbox's session-manager on boot. note that it assumes the snap version of anbox

to make use of it 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/anbox-session-manager.service ~/.config/systemd/user/anbox-session-manager.service
systemctl --user enable --now anbox-session-manager

or alternatively you can download it directly

mkdir -p ~/.config/systemd/user
wget -O ~/.config/systemd/user/anbox-session-manager.service https://raw.githubusercontent.com/Fuseteam/systemd-service-files/main/user/anbox-session-manager.service
systemctl --user enable --now anbox-session-manager

you can check if anbox's session-manager is running properly with

systemctl --user status anbox-session-manager

Synapse

synapse is a semantic launcher that takes advantage of zeitergeist to open recent files and to launch applications

to make use of it 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/synapse.service ~/.config/systemd/user/synapse.service
systemctl --user enable --now synapse

if synapse is runnning properly you should be able to trigger it with it's shortcut, that is ctrl+space