repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
languagetool
/
trunk
/
languagetool.service
blob
c96a0193acc98865dab3276b4e4ce26f4fa7f364
1
[Unit]
2
Description=Languagetool HTTP server
3
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
12
13
[Install]
14
WantedBy=multi-user.target