mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 19:39:08 +00:00
13 lines
111 B
Plaintext
Executable File
13 lines
111 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
# do nothing as we do this in automount script
|
|
|
|
start()
|
|
{
|
|
return 0
|
|
}
|
|
|
|
stop()
|
|
{
|
|
return 0
|
|
}
|