How to correctly enable Cloud Node startup in Linux?
Elar Tammeraja
2-6-17
How to correctly enable Cloud Node startup in Linux?
Paul Timms
3-17-17
Should hansa-cloudnode.service not be placed into /etc/systemd/system rather than /usr/lib/systemd/system, given that it's a manually added service rather than one installed by the package?
Elar Tammeraja
5-10-17
Some Linux distributions can use systemd to ensure that the Cloud Node is automatically started when the system boots, and restarts during updates or failures. The recommended service file for the Cloud Node should be named “hansa-cloudnode.service”, and placed in /usr/lib/systemd/system. To learn more about systemd we refer you to the Linux documentation that can be found online.


Recommended contents of hansa-cloudnode.service:

[Unit]
Description=Standard ERP Cloud Node
After=syslog.target
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=
ExecStart=/hansa-cloudnode
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target

systemctl daemon-reload
systemctl stop hansa-cloudnode.service
systemctl start hansa-cloudnode.service
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Back to the list
Latest Posts
Gastón Salomone
Hi David, Since this happend in a timed task and its a memory problem, system crash and there are not any messages in hansa.log In hansa log. last lines are following: 2025-04-24 22:48:20 runn...
16:15 25 Apr 2025
Paul Timms
Thanks David! I'll give that a go and confirm if that works. Paul...
10:54 23 Apr 2025