Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | procd: service: pass all arguments to service | Andrew Ammerlaan | 2022-11-27 | 1 | -3/+3 |
| | | | | | | | | | | Passing all arguments to /etc/init.d/$service restores the behaviour of openwrt 21.02. This is relevant for services such as etherwake which take more then one argument, e.g.: "service etherwake start <list of devices to wake>" Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> (cherry picked from commit b2e83c16e1383eb817c1f34d7118b01cefa670d8) | ||||
* | procd: move service command to procd | Florian Eckert | 2022-03-19 | 1 | -0/+30 |
The service command belongs to the procd and does not belong in the shinit. In the course of the move, the script was also checked with shellcheck and cleaned up. Signed-off-by: Florian Eckert <fe@dev.tdt.de> |