Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find init script for 'supervisord' #113

Open
Fr33maan opened this issue Jul 6, 2017 · 0 comments
Open

Could not find init script for 'supervisord' #113

Fr33maan opened this issue Jul 6, 2017 · 0 comments

Comments

@Fr33maan
Copy link

Fr33maan commented Jul 6, 2017

On debian 8 in a docker container:
puppet 4.8.1
module version 0.6.1

class supervisor_daemon {
    supervisord::program { 'sshd':
      command             => '/usr/sbin/sshd',
      priority            => '10',
    }

    supervisord::program { 'mariadb':
      command             => '/usr/sbin/mysqld',
      priority            => '20',
    }

    supervisord::program { 'nullmailer':
      command             => '/usr/sbin/nullmailer-send -s',
      priority            => '110',
    }
}

Leads into following error:
Error: Could not find init script for 'supervisord'
Error: /Stage[main]/Supervisord::Service/Service[supervisord]/ensure: change from stopped to running failed: Could not find init script for 'supervisord'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant