Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Auto start bicsuit server and jobserver after VM restart

14 views
Skip to first unread message

guadalinfo...@gmail.com

unread,
Mar 20, 2025, 6:00:32 AMMar 20
to schedulix
Hi,

How we can do our schedulix server and jobservers auto start when the vm is restarted?

Can we do a systemd service? - How can we do it?
 
Are there any other option to do that?

Thanks you

Ronald Jeninga

unread,
Mar 20, 2025, 6:31:37 PMMar 20
to schedulix
Hi,

if you have a schedulix installation built from source, you should have a few shell scripts in the bin directory that work as init.d scripts.
Basically:

schedulix-client  
schedulix-examples  
schedulix-server-pg  or schedulix-server-mariadb
schedulix-zope4

If you've installed the rpms, they will be in the /etc/init.d directory.
The systemd can handle those files and you can enable the services by doing

systemctl enable <scriptname>

It isn't a bad idea to test the scripts first.
If you run (as root) for instance

/etc/init.d/schedulix-server-pg start

the scheduling server should start. And a

/etc/init.d/schedulix-server-pg stop

will stop it.

I do have some systemd files here that would install the services in a systemd way, but I didn't find the time to integrate that into schedulix.

Hope that helps,

Ronald
Reply all
Reply to author
Forward
0 new messages