ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

Systemd unit file should not be executable #115

Closed mathiasaerts closed 7 years ago

mathiasaerts commented 7 years ago

The systemd unit file should not be executable. I was receiving the following message in syslog: systemd[1]: Configuration file /etc/systemd/system/supervisord.service is marked executable. Please remove executable permission bits. Proceeding anyway.

I introduced a new variable init_mode which value will change depending on the init_type.

ajcrowe commented 7 years ago

Thanks for the fix @mathiasaerts