GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CLOUD-INIT-PER(1) FreeBSD General Commands Manual CLOUD-INIT-PER(1)

cloud-init-per - Run a command with arguments at a specific frequency

cloud-init-per <frequency> <name> <cmd> [ arg1 [ arg2 [...]]]

Run a command with arguments at a specific frequency.

This utility can make it easier to use boothooks or bootcmd on a per "once" or "always" basis. For example:


- [ cloud-init-per, once, mymkfs, mkfs, /dev/vdb ]

The cloud-init-per command replaced the cloud-init-run-module command.

This can be one of the following values:

once: run only once and do not re-run for new instance-id

instance: run only once for a given instance-id and re-run for new instance-id

always: run every boot

A name to give the command to run to show up in logs.

The actual command to run followed by any additional arguments.

Copyright (C) 2020 Canonical Ltd. License GPL-3 or Apache-2.0

Full documentation at: <https://docs.cloud-init.io>


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.