Re: devolo-dlan-cockpit
Reply #1 –
Services for runit are the easiest to write. Just create an executable /etc/runit/sv/devolo/run file:
#!/bin/sh
exec /usr/bin/devolonetsvc 2>&1
The systemd service file also has a WorkingDirectory rule, not sure if it's needed and how it can be implemented in runit (openrc guy here).