summarylogtreecommitdiffstats
path: root/gopls.service
blob: 0ad49201ea4e8e9afcb64d93082ff3b628143c57 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Language Server Protocol implementation for Go
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/gopls

[Install]
WantedBy=multi-user.target