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

10 lines
153 B
INI
Raw Normal View History

2024-03-12 13:00:04 +00:00
[Unit]
Description=Rust analyzer multiplex server
[Service]
Type=simple
2024-08-23 15:05:48 +00:00
ExecStart=%h/.asdf/shims/ra-multiplex server
2024-03-12 13:00:04 +00:00
[Install]
WantedBy=default.target