Skip to content

Create an empty nutshell #1

Julien Andrieux requested to merge feature/persistent_daemon into develop

This program:

  • reads command line arguments
  • display the version if '-version' cmd line arg
  • handle signals (SIGTERM, SIGHUP and os.Interrupt)
  • start an infinite loop that does nothing but sleeping

Merge request reports