logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       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.

Name

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

Options

frequency
              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

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

       cmd[arg1[arg2[...]]]
              The actual command to run followed by any additional arguments.

See Also

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

                                                                                               CLOUD-INIT-PER(1)

Synopsis

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

See Also