...
- Windows:
Startup
folder, ex:c:\ProgramData\Start Menu
- Windows: via the registry
- Windows: Task Scheduler
- Windows: NSSM
- Windows: SVC.EXE/SVCSTART.EXE
- Linux:
/etc/rc.local/
- Linux:
/etc/init.d/
SysV LSB-compliant scripts - Linux: systemd
.service
files - Linux/Windows: using Apache Commons Daemon to install JVM apps as a service.
- Linux/Windows: using YAJSW to install JVM apps as a service
The following instructions will focus on the 3rd, 7th, and 6th 8th methods.
Those methods will be used to setup Syndeia Cloud and its dependency, Cassandra, to start on boot
...