GitXplorerGitXplorer
F

systemd-service-files

public
11 stars
4 forks
0 issues

Commits

List of commits on branch main.
Verified
e48e90fda290327cc72ba3396c0b2f3c9f2ad1f1

Create waydroid-mounts-generators

FFuseteam committed 2 months ago
Verified
834ec19d475c212bc3bbb27d82b7a06230ada2ae

optimize user services for launching waydroid on x11

FFuseteam committed 2 years ago
Verified
3733dad59f8cf346b9fea331a6862ab224b58f40

add service files for starting waydroid on X11

FFuseteam committed 2 years ago
Verified
e260a1aecf65c024fbb8f57de7fd7b3e50a0aa4c

create a service for mounting binder

FFuseteam committed 3 years ago
Verified
62ffce160d903497d5e15b635c681ae3cdc49c60

fix stopping the ncentral service

FFuseteam committed 3 years ago
Verified
ac5795cd6d549be3e8b44f5fc77967d5ca8e5386

move weston into the user folder

FFuseteam committed 3 years ago

README

The README file for this repository.

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