1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02:00
openwrt-packages/utils/docker-ce/files/dockerd.init

11 lines
153 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
USE_PROCD=1
START=25
start_service() {
procd_open_instance
procd_set_param command /usr/bin/dockerd
procd_close_instance
}