Liking cljdoc? Tell your friends :D

pallet.crate.crontab

crontab management

crontab management
raw docstring

create-system-crontabclj

(create-system-crontab system)

Create system crontab for the given name.

Create system crontab for the given name.
sourceraw docstring

create-user-crontabclj

(create-user-crontab user)

Create user crontab for the given user.

Create user crontab for the given user.
sourceraw docstring

empty-settingsclj

(empty-settings)

Define empty crontab settings. This can be used to ensure that settings are available for crontab, independently of whether any are specified elsewhere.

Define empty crontab settings. This can be used to ensure that settings are
available for crontab, independently of whether any are specified elsewhere.
sourceraw docstring

remove-system-crontabclj

(remove-system-crontab system)

Remove system crontab for the given name

Remove system crontab for the given name
sourceraw docstring

remove-user-crontabclj

(remove-user-crontab user)

Remove user crontab for the specified user

Remove user crontab for the specified user
sourceraw docstring

settingsclj

(settings settings)

Define the crontab settings. The settings are a map from user name to a map of keyword argument values for remote-file content (under :user) and a map from system facility name to a map of keyword argument values for remote-file content

Define the crontab settings.  The settings are a map from user name to a map
of keyword argument values for remote-file content (under :user) and a map
from system facility name to a map of keyword argument values for remote-file
content
sourceraw docstring

system-cron-dirclj

source

system-crontabsclj

(system-crontabs & {:keys [action] :or {action :create}})

Write all system crontab files.

Write all system crontab files.
sourceraw docstring

system-settingsclj

(system-settings name settings-map)

Define the system's crontab settings. The settings are a map of keyword argument values for remote-file content.

Define the system's crontab settings.  The settings are a map of keyword
argument values for remote-file content.
sourceraw docstring

user-crontabsclj

(user-crontabs & {:keys [action] :or {action :create}})

Write all user crontab files.

Write all user crontab files.
sourceraw docstring

user-settingsclj

(user-settings user settings-map)

Define the user's crontab settings. The settings are a map of keyword argument values for remote-file content.

Define the user's crontab settings.  The settings are a map of keyword
argument values for remote-file content.
sourceraw docstring

with-crontabclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close