4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
lxc-autostart || exit 1
|
|
exec chpst -b lxc-autostart pause
|