On Wed, 21 Jul 2021 13:29:00 -0500
"John W. Himpel" <j...@jlhimpel.net> wrote:

> I would like to run a task (TASKA) that updates some files at a specified 
> time each day.  I already can do that
> successfully using systemd timers and services.
> Upon completion of TASKA, I want to run TASKB with is an rsync command to 
> propagate any file changes made in TASK A to
> other hosts.  TASKA may run quickly or slowly, so I don't want to use a timer 
> for TASKB, rather I want TASKB to execute
> upon the completion of TASKA.
> I can't seem to find the proper set of systemd options to set in the service 
> file for TASKB to cause it to run upon
> completion of TASKA.
> Suggestions are welcome.
> 

Why do you need systemd for this? What is wrong with cron? 
Are you grow up on MS windows? Should we forget everything about unix?  
MS unix is the way to go?
Maybe is time to switch to FreeBSD.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to