Adding Services

This commit is contained in:
Snoweuph 2024-11-23 18:04:45 +01:00
parent 5694b4a5fc
commit 71d1b1e979
Signed by: Snoweuph
GPG key ID: BEFC41DA223CEC55
2 changed files with 13 additions and 1 deletions

5
.config/.gitignore vendored
View file

@ -10,9 +10,12 @@
# Glow
!/glow/
# oh My Posh
# Oh My Posh
!omp.toml
# Services
!systemd/
# SSH
!/ssh/

View file

@ -0,0 +1,9 @@
[Unit]
Description=Multiplex Rust Analyzer Sessions, for a fast LSP experience
[Service]
Type=simple
ExecStart=/usr/bin/zsh -l -c 'exec "$@"' _ ra-multiplex server
[Install]
WantedBy=default.target