Run one service after another service has finished - systemd
Hi all
I would like to know how to run task2.service after task1.service has finished.
task1.service has a timer (task1.timer), that makes it run every 5 minutes
task2.service is basically a script, that has to work on the files created after task1 has finished.
This is what I have so far:
Now, I don't know if I need a timer for task2 too, or if I should include under [Unit]
Any help would be appreciated!
Environment
Solaris 9
I have configured the Solaris9 as NTP client in which Solaris9 is syncing the time with a windows2008 R2 Server which is runing fine. Now I want that the xntpd service should start at startup. I did this via a script. Kindly correct if I did any thing wrong:
1.)Made... (9 Replies)