Re: [systemd-devel] Dependency on timers.target

2015-05-15 Thread Bas van Dijk
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

[systemd-devel] Dependency on timers.target

2015-05-07 Thread Bas van Dijk
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