upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / languagetool / trunk / languagetool.service
blobc96a0193acc98865dab3276b4e4ce26f4fa7f364
1 [Unit]
2 Description=Languagetool HTTP server
4 [Service]
5 Type=simple
6 PIDFile=/run/language-tool.pid
7 Restart=always
8 ExecStart=/usr/bin/languagetool --http --allow-origin "*"
9 ExecReload=/bin/kill -HUP $MAINPID
10 ExecStop=/bin/kill -QUIT $MAINPID
11 DynamicUser=yes
13 [Install]
14 WantedBy=multi-user.target