Top "Startup" questions

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

How to create windows service from java jar?

I have an executable JAR file. Is it possible to create a Windows service of that JAR? Actually, I just …

java windows-services jar startup
Error starting Tomcat from NetBeans - '127.0.0.1*' is not recognized as an internal or external command

Both Google and Stackoverflow have shown me people with similar issues however this error is slightly different in that the …

tomcat netbeans startup
Speed up Spring Boot startup time

I have a Spring Boot application. I've added a lot of dependencies (unfortunately, looks I need all of them) and …

java performance spring-boot startup
Run Java application at Windows startup

I have a JAR file containing a Java application. How can I make it start with Windows, without needing user …

java windows startup
Startup script with systemd in Linux

Can I do This start up service below, there are no errors showing once run, but the server script below …

linux bash startup boot systemd
Running Batch File in background when windows boots up

How do I run a batch file each time windows boots up also I need to run it in the …

windows batch-file startup tracd
windows service startup timeout

Is there a way to set a different value for service startup timeout per service? I can change it using …

windows-services timeout startup
Run a script on Windows startup without a user logged on

This is a Windows 2003 (or later) machine that gets switched on every morning, but no one logs on until some …

windows cron scheduled-tasks startup
How can I run a Perl script as a system daemon in linux?

What's a simple way to get a Perl script to run as a daemon in linux? Currently, this is on …

linux perl startup daemon shutdown
Starting supervisord as root or not?

Supervisor is running on 3.0: pip freeze | grep supervisor supervisor==3.0 When starting supervisord from the command line: sudo $VIRTENV/supervisord --nodaemon …

python startup supervisord