Skip to content

Releases: caldwell/daemon-manager

1.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Feb 10:32
  • Fixed logs not being created in their directories.

  • Fixed not creating user config/log directories.

  • Fixed HOME, LOGNAME, PATH not being able to be overridden by the config.

  • Fixed HOME, LOGNAME not being the run_as user.

1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 08:32
  • Small documentation change: forgot to document the edit command in
    the dmctl man page.

1.2

1.2

Choose a tag to compare

@caldwell caldwell released this 10 Feb 15:07
  • Added edit command to dmctl to edit a daemon's config file.

  • Added some configuration settings for daemon paths.

1.1.1

Choose a tag to compare

@caldwell caldwell released this 02 Jun 19:04
  • Fix Makefile so installing into a empty DESTDIR works (thanks James Cook)

1.1

1.1

Choose a tag to compare

@caldwell caldwell released this 08 Jun 09:51
  • Added kill command to dmctl to send signals to daemons.

1.0

1.0

Choose a tag to compare

@caldwell caldwell released this 16 Oct 02:35
  • Fix deadlock in signal handler.
  • Fix race conditions that prevented error messages from displaying in
    dmctl.

0.99.1

Choose a tag to compare

@caldwell caldwell released this 09 Mar 23:34
  • Fix the bash completion code. Awk will be the death of me.

0.99

Choose a tag to compare

@caldwell caldwell released this 09 Mar 03:31
  • Replaced individual command sockets with a single one in /var/run.
  • Added "export ENV=value" syntax to daemon config file to set environment variables.
  • Added bash completion script.

0.98

Choose a tag to compare

@caldwell caldwell released this 15 Jul 06:38
  • Swapped command and daemon-id to match "service" param ordering.
  • Removed sockfile daemon.conf option.
  • Removed canonical name guessing based on prefix. It proved too
    temperamental and is better served by bash completion (which doesn't
    exist yet).
  • Added "log" and "tail" commands to view a daemon's log file with
    $PAGER/less/more/cat and "tail -f", respectively.

0.97

Choose a tag to compare

@caldwell caldwell released this 15 Jul 06:37
  • Fix buffer overflow on long error messages.
  • Fix daemons' groups not getting set up right.