diff options
| author | Christian Rößler | 2013-09-05 13:32:19 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:22:04 +0200 |
| commit | 75da196a9dc76b5f7cc994506d441d2d6780280e (patch) | |
| tree | f3f9b2be605d1bc3dab5d2bd31ab20dfbfc38ed4 /remote/modules/systemd/README | |
| parent | [pam-freiburg] Add pam_ck_connector again (diff) | |
| download | tm-scripts-75da196a9dc76b5f7cc994506d441d2d6780280e.tar.gz tm-scripts-75da196a9dc76b5f7cc994506d441d2d6780280e.tar.xz tm-scripts-75da196a9dc76b5f7cc994506d441d2d6780280e.zip | |
[systemd] README file annotated, ENV limitation
Diffstat (limited to 'remote/modules/systemd/README')
| -rw-r--r-- | remote/modules/systemd/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/remote/modules/systemd/README b/remote/modules/systemd/README index c374b45b..f84283d8 100644 --- a/remote/modules/systemd/README +++ b/remote/modules/systemd/README @@ -1,3 +1,12 @@ To activate debug level, add to units under [Service] this line - Environment=SYSTEMD_LOG_LEVEL=debug + +Note on systemd-versions: Some systemds below 204 (verified in +systemd-195) seem to need libpci-dev (or the openSuse equivalent). + + +Another note on our compiled systemd-udevd: +So far it has not been possible to reach a fully functional udev +system in view of the perceived systemd-udevd limitation about +evaluating the variable ENV{DEVTYPE}=="usb_device" in udev rule +scripts. |
