On Mon, Oct 06, 2014 at 02:41:29PM -0400, Dale R. Worley wrote: > I am running Fedora 16 with kernel 3.14.19-100.fc19.x86_64 and > systemd-204-21.fc19.x86_64. That's ... old.
> [Unit] > Description=Initialize hardware monitoring sensors > After=syslog.target > > [Service] > EnvironmentFile=/etc/sysconfig/lm_sensors > Type=oneshot > RemainAfterExit=yes > ExecStart=-/sbin/modprobe -qab $BUS_MODULES $HWMON_MODULES > ExecStart=/usr/bin/sensors -s > ExecStop=-/sbin/modprobe -qabr $BUS_MODULES $HWMON_MODULES > > [Install] > WantedBy=multi-user.target > > Which suggests that $BUS_MODULES and $HWMON_MODULES are empty in this > context. > > Is it normal for these variables to be empty (in which case, the > lm_sensors people need to fix their .service file) or is systemd > supposed to be providing values here (in wich case, this is a systemd > problem)? > > (And if it's a problem with the .service file, is there a "standard" > way to avoid this problem that I can suggest to the lm_sensors > people?) Yes, this service file is deeply misguided. Zbyszek _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
