On 13 May 2015 at 19:42, Lennart Poettering wrote:
> Set DefaultDependencies=no in the timer unit to turn this off.
Thanks, that worked perfectly!
Bas
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailm
Hello,
I have a systemd timer (sensors-logger.timer) which requires another
service (carbonCache.service) to be active:
[Unit]
Requires=carbonCache.service
After=carbonCache.service
Description=Log hardware sensors to graphite.
[Timer]
OnCalendar=*-*-* *:*:00
I noticed the following