GitHub user ravamo added a comment to the discussion: Apache Hop Server systemd
roger roger , in that case the the right systemd is : ```shell [Unit] Description=Apache Hop Server After=network.target [Service] Type=simple User=hopuser Group=hopuser WorkingDirectory=/ruta/a/apache-hop ExecStart=/ruta/a/apache-hop/hop-server.sh 0.0.0.0 8080 ExecStop=/ruta/a/apache-hop/hop-server.sh 0.0.0.0 8080 8182 --kill --userName cluster --password cluster Restart=on-failure RestartSec=5 #Max log StandardOutput=syslog StandardError=syslog SyslogIdentifier=hop [Install] WantedBy=multi-user.target ``` In that case, is it a good idea to add the ShutdownPort (8182), or is it not needed as a best practice? GitHub link: https://github.com/apache/hop/discussions/4540#discussioncomment-11185802 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
