Git Product home page Git Product logo

deadman's Introduction

NAME
	deadman - software deadman's switch

SYNOPSIS
	deadman time cmd [arg...]

DESCRIPTION
	deadman is a software deadman's switch. It sits as a sleeping daemon,
	then runs a command at the specified time.

	Stop the switch by sending the SIGKILL signal, since deadman ignores all
	possible signals and SIGKILL cannot be ignored.

	Time is in UTC, parsed in the format "YYYY-MM-DDThh:mm:ss" similar to
	ISO 8601. For example: "2019-08-05T15:35:00".

	Command must be an absolute path starting with "/".

NOTES
	While deadman tries to position itself to avoid interruption by the
	system, it does not go to the extent that some malware does, like
	modifying the system to avoid detection.

	Be aware that:

	* On Linux, if /proc is not mounted with hidepid=2, unprivileged users
	may see the time and command deadman will run.

	* If the OS does not have DoS limits in place it could be possible for
	other processes to consume all system resources and deadman would be
	unable to execute the command. In such a scenario, the OS may
	automatically kill deadman to reappropriate resources.

	* When the system loses power deadman will be killed with everything
	else.

	* Users such as root or those in the wheel group may kill or alter
	deadman's execution.

AUTHORS
	deadman was written by Esote.

COPYRIGHT
	Copyright (c) 2019 Esote. There is NO warranty. You may redistribute
	this software under the terms of the GNU Affero General Public License.
	For more information, see the LICENSE file.

deadman's People

Contributors

esote avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.