11 lines
193 B
Desktop File
11 lines
193 B
Desktop File
[Unit]
|
|
Description=Language server multiplexer server
|
|
Requires=lspmux.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/user/.local/share/cargo/bin/lspmux server
|
|
|
|
[Install]
|
|
WantedBy=default.target
|