lobechat-updater/contrib/lobechat-updater.timer
Kumi 0a4061b499
feat: Initial implementation of LobeChat updater script
This commit introduces the `lobechat-updater` script to update a local LobeChat instance automatically.
2024-05-15 16:15:40 +02:00

10 lines
No EOL
164 B
SYSTEMD

[Unit]
Description=Run Lobechat Updater every 5 minutes
[Timer]
OnBootSec=5min
OnUnitActiveSec=5min
Unit=lobechat-updater.service
[Install]
WantedBy=timers.target