FG
💻 Software

making a command run once every hour

Fresh7 days ago
Mar 15, 202658354 views
Confidence Score0%
0%

Problem

I have an indexer for sphinx, and i want it to run once every hour in linux. How would i do this?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: making a command run once every hour

Low Risk

Since everyone else is posting short answers, I thought I'd be a little more descriptive... is a daemon found on most *nix systems that runs scheduled commands at the specified intervals. You add a script to the list by copying it to the folder of y…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment