Categorygithub.com/essentialkaos/deadline
repositorypackage
1.6.2
Repository: https://github.com/essentialkaos/deadline.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

GitHub Actions CI Status GoReportCard codebeat badge GitHub Actions CodeQL Status

InstallationUsageBuild StatusContributingLicense


deadline is a simple utility for controlling application working time. Unlike timeout, deadline sends KILL signal for main processes and all child processes. This feature is very useful for shell scripts.

Installation

From sources

To build the deadline from scratch, make sure you have a working Go 1.21+ workspace (instructions), then:

go install github.com/essentialkaos/deadline@latest

From ESSENTIAL KAOS Public Repository

sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install deadline

Prebuilt binaries

You can download prebuilt binaries for Linux from EK Apps Repository.

To install the latest prebuilt version, do:

bash <(curl -fsSL https://apps.kaos.st/get) deadline

Usage

Build Status

BranchStatus
masterCI
developCI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0