This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=
-
DynamicUser=yes
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-
ExecStart=/usr/bin/languagetool-http-server --port 8082 "--config" languagetool.conf
-
ExecStop=/bin/kill -QUIT $MAINPID
-
Group=languagetool
-
PIDFile=/run/language-tool.pid
-
ProtectHome
Introduced in systemd 214=yes -
Restart=always
-
RestrictNamespaces
Introduced in systemd 233= -
SystemCallFilter=@system-service ~ @privileged
-
Type=simple
-
User=languagetool
-
User=nobody
-
-
[Unit]
-
After=network.target
-
Description=LanguageTool HTTP server
-
Description=Languagetool HTTP server
-
Additionnal notes
Nothing here.