-
I've got Kometa installed and configured on an LXC environment using the scripts provided. One thing I could not find any detail on - are any startup commands setup to execute Kometa so it launches and runs at 5:00 each day? Or do I need to add an entry somewhere to fire off Kometa under python at each boot? I can manually trigger it with the -r option, but just wanted to verify if Kometa will automatically run upon boot of it additional configuration was required to "set it and forget it". Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Every app start automaticaly on reboot |
Beta Was this translation helpful? Give feedback.
-
python3 /opt/kometa/kometa.py -r |
Beta Was this translation helpful? Give feedback.
-
You are right in saying that Kometa runs once when the service starts. The
Kometa config (/opt/kometa/config/config.yml) can include (or not) a run
schedule. If it does not, that initial run will complete, and that will be
the end of that. You can then invoke kometa anytime by invoking "python3
/opt/kometa/kometa.py" in the console. If the schedule is included in the
config, then the initial invocation through the service will wake up on a
regular basis and reassess the metadata.
Thanks,
Christophe
…On Sun, May 25, 2025 at 1:27 AM Slaviša Arežina ***@***.***> wrote:
Like i said, it starts automaticaly on reboot via service
—
Reply to this email directly, view it on GitHub
<#4611 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWMSOSOEX44ARGYQN5KHCD3AF5FRAVCNFSM6AAAAAB5RMIW2CVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMRWGIYTIMA>
.
You are receiving this because you commented.Message ID:
<community-scripts/ProxmoxVE/repo-discussions/4611/comments/13262140@
github.com>
|
Beta Was this translation helpful? Give feedback.
Every app start automaticaly on reboot