toltec icon indicating copy to clipboard operation
toltec copied to clipboard

Add tool to handle entware services

Open Eeems opened this issue 1 year ago • 1 comments

  • Adds new rcctl command to manage entware services
  • Adds new template unit that rcctl uses to start entware services with systemd
  • Adds bash completions for rcctl

image

Eeems avatar Dec 17 '23 01:12 Eeems

It's probably worth pulling this into a different package that toltec-base depends on, since it should be a rmall package.

Eeems avatar Dec 17 '23 04:12 Eeems

what's the motivation for this?

raisjn avatar May 23 '24 04:05 raisjn

what's the motivation for this?

Allow a user to easily manage entware services with systemd since we don't use the entware init stuff. This avoids spinning up their init binary as a subprocess to manage their services, and instead uses systemd for everything.

Eeems avatar May 23 '24 05:05 Eeems