(solved) Re: How to chain services driven by a timer?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Apr 11, 2024 at 11:14:20AM -0400, Brian Reichert wrote:
> Let me wrap up some testing, and I'll report back if all is successful.

I failed to report back; everything is working as I needed!

I appreciate everyone's help here.

For the record, my new service:

  10-153-68-34:~ # cat /etc/systemd/system/post-logrotate.service
  [Unit]
  Description=Activities after 'logrotate' completes
  
  Requires=logrotate.service
  After=logrotate.service
  
  [Service]
  Type=simple
  
  ExecStart=/usr/local/sbin/post-logrotate
  
  [Install]
  WantedBy=logrotate.service



-- 
Brian Reichert				<reichert@xxxxxxxxxxx>
BSD admin/developer at large	



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux