newsmicron - News: Version 1.0

 
 
Show feedback again
Latest News
Version 1.4 posted by gray, Mon Jan 8 21:07:05 2024 - 0 replies
Version 1.3 posted by gray, Fri Oct 29 06:46:51 2021 - 0 replies
Version 1.1 posted by gray, Mon Feb 15 12:44:50 2021 - 0 replies
Version 1.0 posted by gray, Wed Feb 3 16:37:11 2021 - 0 replies
Version 0.9 posted by gray, Tue Jan 12 08:14:57 2021 - 0 replies
[Submit News]
[9 news in archive]

Version 1.0

Item posted by Sergey Poznyakoff <gray> on Wed Feb 3 16:37:11 2021.

Micron version 1.0 is available for download. This is the first official release. New in this release:

Restore signal handlers in cronjobs

Improvemens in foreground mode

Redirect /dev/null to stdin

This ensures that the cronjobs don't remain attached to the console.

New micrond option: -S

This option instructs micrond to log its diagnostic messages to syslog even when running in foreground (using the -f option). This is useful when starting micrond as a systemd service.

Vixie-style input specification

A percent sign in the job command line terminates the command. Any material to the right of it is taken as the standard input to the command. Occurrences of percent sign in the input text are replaced with newlines.

To use literal percent sign in the command, prefix it with a backslash or place it inside a pair of single or double quotes.

To use literal percent sign in the input text, prefix it with a backslash.

Terminate all running cronjobs before exiting

Before exiting, micrond checks if any of the commands it started are still running. If so, it terminates them. This is done in two steps: first, the SIGTERM is sent to all running jobs and they are given 60
seconds to terminate (the timeout is configurable, see the -t option below). Any job that is still running after this time is sent the SIGKILL signal.

New micrond option: -t timeout

Sets the cronjob termination timeout.

Fix micrond.8 manual page

Provide full documentation in texinfo format

Fix memory leaks

Comments:

No messages in Version 1.0

 

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray