Re: [systemd-devel] How do you set the machine's domain name with systemd?

2013-02-11 Thread Larry Baker
#x27; > HOSTNAME='sheeva' > DNS=('130.118.4.2 130.118.4.7') > > ## For IPv6 autoconfiguration > #IP6=stateless > > ## For IPv6 static address configuration > #IP6='static' > #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::

Re: [systemd-devel] Feature request: schedule jobs for last day of month

2013-02-04 Thread Larry Baker
;~" a delta, so that "*-*~0" is the last day of the month? Another solution is to have a "delta" notation: "date-time"+-"delta-time". "*-1-1"-"1:00" would mean 23:00 hours on 12/31 of every year. Likewise, 6 pm the last day

Re: [systemd-devel] Recommendation for "systemd.module" unit

2013-01-24 Thread Larry Baker
evice (interface) to /proc/sys/net/decnet/default_device. The MAC address of all the DECnet interfaces has to be changed to a special multicast address. This all usually must be done before IP networking is started. I am not sure that a socket can be opened before networking is up. Larry Bak

[systemd-devel] Recommendation for "systemd.module" unit

2013-01-24 Thread Larry Baker
nd to fail. I would also like the systemd start command to fail if /proc/net/decnet is not created (a sign that the module has not initialized itself correctly). Is there a syntax in a systemd unit for that as well? Thank you in advance for your advice. Larry Baker US Geological Su