Matěj Mudra
Matěj Mudra
> Few comments, a screenshot would be nice so we could ping @MariSvirik I have already done that. Should I post the consensus here?
For me at least the problem was here: the state of BT is getting this file /sys/class/bluetooth/hci0/rfkill3/state, in my case i had no rfkill3. So I went to the folder...
> I wonder how I ended up being the author. Yes, it is rebase gone wrong. I forgot about it. I hope you don't mind being the author of this...
> I see it's still in WIP, any blockers here? Yes, there is some internal dispute regarding the way we are going to resolve this.
> Isn't this reinventing [cloud-init](https://cloud-init.io/)? Foreman already has cloud-init templates so would it make sense to leverage cloud-init? Even if it's only to call home. I read through `CloudInit default`...
Thanks for the recommendation @ekohl . I have looked into `cloud-init`, but I am not very familiar with it, so please tell me if I got something wrong. I have...
I have discovered, that @reboot crontab runs the script, but the request sent by the script never arrives. A very simple solution to this problem is adding sleep before the...
The logic deciding if service or script is used is now in separate file with specific implementation.
Currently I am exploring the usage of initd script which works fine as the network is ready before executing any of these scripts. As systemd services replaced initd scripts I...
Should be ready to test. The current solution uses systemd and for OSes that don't support systemd (RHEL6), there is also init.d script prepared.