HostKit.Systemd.Calendar (host_kit v0.1.0-beta.5)

Copy Markdown View Source

Systemd calendar expression helpers.

Summary

Functions

daily_at(time)

@spec daily_at(String.t() | Time.t()) :: String.t()

See Systemd.Calendar.daily_at/1.

monthly_at(day, time)

@spec monthly_at(pos_integer(), String.t() | Time.t()) :: String.t()

See Systemd.Calendar.monthly_at/2.

name(value)

@spec name(atom() | String.t()) :: String.t()

weekly_at(day, time)

@spec weekly_at(atom() | String.t(), String.t() | Time.t()) :: String.t()

See Systemd.Calendar.weekly_at/2.