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
On Thu, 07.05.15 11:26, Bas van Dijk (v.dijk@gmail.com) wrote:
> 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 hardw
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