makedeb
An open source language checker
Viewing /languagetool.service
.
Click here to go back to the Git tree for languagetool.
[Unit]
Description=Languagetool HTTP server
[Service]
Type=simple
PIDFile=/run/language-tool.pid
Restart=always
ExecStart=/usr/bin/languagetool --http --allow-origin "*"
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -QUIT $MAINPID
DynamicUser=yes
[Install]
WantedBy=multi-user.target