Skip to content

Migrate rild upstart job to systemd unit

The unit was actually there, but it lacks features that were in the upstart job. So I just moved the existing codes to a dedicated scripts and make the systemd unit uses that.

Also, since systemd doesn't really have a way to pass environment vairables to another units, I just let the code passes them through a file which systemd reads.

Merge request reports