- added multiple teto voices based on the song returned by fortune - moved files around for future flexibility - added automakefortune service
11 lines
168 B
SYSTEMD
11 lines
168 B
SYSTEMD
[Unit]
|
|
Description=Run automakefortune.sh once a week
|
|
|
|
[Timer]
|
|
OnCalendar=Sun *-*-* 03:00:00
|
|
Persistent=true
|
|
Unit=makefortune.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|