yadm-config/.config/yadm/bootstrap.v2/applications/40-SetupHourReminder.sh

9 lines
195 B
Bash
Executable file

#!/bin/env sh
setupHourReminders() {
systemctl --user daemon-reload
systemctl --user enable hour-reminder.timer
systemctl --user start hour-reminder.timer
}
addActions setupHourReminders