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
Hello, Kindly please report the bug so that we can further investigate and resolve it. Thank you. Best regards, Benjamin...
11:31 3 May 2024
Hi, No changes should have been made that would increase client's HDB file. Please try to delete HANSA.HDB from client folder and reconnect to server and check if it will grow to 30MB again. ...
10:14 30 Apr 2024