Kumi
0a4061b499
This commit introduces the `lobechat-updater` script to update a local LobeChat instance automatically.
10 lines
No EOL
164 B
SYSTEMD
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 |