7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
rm -f /var/lib/lxc/piston/rootfs/home/ubuntu/*
|
||
|
cp -f executors/* /var/lib/lxc/piston/rootfs/home/ubuntu
|
||
|
|
||
|
lxc-start -n piston -d
|