diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-19 18:35:07 +0000 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-19 18:35:07 +0000 |
commit | ee03480e670c10d48a4825a458fac18aaf4fbec0 (patch) | |
tree | eebc82706725efaa70eb9267791bb03f30c47678 /doc | |
parent | 32eab86a04f4f6056b200e1cfac99ec0495cd5c0 (diff) | |
download | vyos-cloud-init-ee03480e670c10d48a4825a458fac18aaf4fbec0.tar.gz vyos-cloud-init-ee03480e670c10d48a4825a458fac18aaf4fbec0.zip |
initial /var/lib rework still lots to do. includes a fix for LP: #704509
LP: #704509
Diffstat (limited to 'doc')
-rw-r--r-- | doc/var-lib-cloud.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/var-lib-cloud.txt b/doc/var-lib-cloud.txt index 328edd01..5cdcddbb 100644 --- a/doc/var-lib-cloud.txt +++ b/doc/var-lib-cloud.txt @@ -33,12 +33,17 @@ user-data.txt user-data.txt.i obj.pkl + handlers/ - sem/ scripts.once These are the cloud-specific semaphores. The only thing that would go here are files to mark that a "per-once" script has run. - + + - handlers/ + "persistent" handlers (not per-instance). Same as handlers + from user-data, just will be cross-instance id + to clear out the current instance's data as if to force a "new run" on reboot do: |