11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Run tetosong service once a week
|
|
|
|
[Timer]
|
|
OnCalendar=Sun *-*-* 05:00:00
|
|
Persistent=true
|
|
Unit=tetosong.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|