dotfiles/symlinks/config/systemd/user/ra-multiplex.service

10 lines
152 B
INI
Raw Permalink Normal View History

2024-03-12 13:00:04 +00:00
[Unit]
Description=Rust analyzer multiplex server
[Service]
Type=simple
2024-11-21 16:59:33 +00:00
ExecStart=%h/.cargo/bin/ra-multiplex server
2024-03-12 13:00:04 +00:00
[Install]
WantedBy=default.target