Function systemd_wake::register
source · pub fn register(
event_time: DateTime<Local>,
timer_name: TimerName<'_>,
command: Command
) -> Result<(), CommandError>Expand description
Calls systemd-run to register command to wake at specified time using provided name.