11 lines
162 B
SYSTEMD
11 lines
162 B
SYSTEMD
[Unit]
|
|
Description="Transfer photos to picture frame hourly"
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnCalendar={{on_calendar}}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|