9 lines
No EOL
122 B
SYSTEMD
9 lines
No EOL
122 B
SYSTEMD
[Unit]
|
|
Description=Run foo weekly and on boot
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target |