8 lines
85 B
Plaintext
Executable File
8 lines
85 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
need docker net
|
|
}
|
|
|
|
command="/usr/bin/update-images"
|