Commit Graph

5 Commits

Author SHA1 Message Date
Bjarne von Horn bac16d07a9 Fix systemd service file
network.service is suse-specific,
on Debian its name is networking.service.

According to https://systemd.io/NETWORK_ONLINE/,
there are three targets available in systemd for networking purposes.
2024-06-07 10:55:26 +02:00
Nicola Fontana 4c8ffd9a57 Do not hardcode paths in scripts
Try to reuse the configured paths as much as possible. Unfortunately, to
be able to fully expand some variable (e.g. `bindir`), these files must
be expanded by make, not by configure. This adds some complexity:

https://www.gnu.org/software/automake/manual/html_node/Scripts.html
2021-07-22 14:40:03 +02:00
Florian Pose 145e2ec239 Added notes about systemd dependencies. 2014-02-19 12:28:15 +01:00
Florian Pose 74687adbe9 Install ethercat service to multi-user target by default. 2012-04-10 19:09:51 +02:00
Florian Pose 04b652a7fb Added first systemd support. 2012-01-04 18:00:36 +01:00