[systemd-devel] (solved) Re: How to chain services driven by a timer?
Brian Reichert
reichert at numachi.com
Wed Apr 17 20:49:15 UTC 2024
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 at numachi.com>
BSD admin/developer at large
More information about the systemd-devel
mailing list