mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-06-27 04:04:08 +00:00
Added LanguageTool
This commit is contained in:
parent
6ed4fc3a56
commit
e259647178
4 changed files with 255 additions and 0 deletions
16
systemd_files/languagetool.service
Normal file
16
systemd_files/languagetool.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=LanguageTool
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=languagetool
|
||||
Group=nogroup
|
||||
WorkingDirectory=/opt/LanguageTool
|
||||
ExecStart=/usr/bin/java -cp /opt/LanguageTool/languagetool-server.jar org.languagetool.server.HTTPServer --config languagetool.cfg --port 8081 --allow-origin "*" --public
|
||||
Restart=always
|
||||
#Environment=USER= HOME=/opt/LanguageTool
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue