Adding gvisor v20200127.0
This commit is contained in:
commit
00ce581d4f
4 changed files with 63 additions and 0 deletions
15
gvisor-bin.install
Normal file
15
gvisor-bin.install
Normal file
|
@ -0,0 +1,15 @@
|
|||
post_install() {
|
||||
runsc install
|
||||
}
|
||||
|
||||
pre_upgrade() {
|
||||
runsc uninstall
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
runsc install
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
runsc uninstall
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue