diff options
| author | Simon Rettberg | 2016-03-31 16:34:57 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-03-31 16:34:57 +0200 |
| commit | 5c5e649721b2cf7c0c82dadb4c84dfb72bc0f516 (patch) | |
| tree | 2e392d3c96382701f70c4b03bfbd1ca0ec43084c /remote/modules/kdm-theme-bwlp/data/etc | |
| parent | [vmware] Disable link/map root share if shared folders are disabled (diff) | |
| download | tm-scripts-5c5e649721b2cf7c0c82dadb4c84dfb72bc0f516.tar.gz tm-scripts-5c5e649721b2cf7c0c82dadb4c84dfb72bc0f516.tar.xz tm-scripts-5c5e649721b2cf7c0c82dadb4c84dfb72bc0f516.zip | |
[kdm-theme-bwlp] Patch theme with warnings about suboptimal hw config
Diffstat (limited to 'remote/modules/kdm-theme-bwlp/data/etc')
2 files changed, 10 insertions, 0 deletions
diff --git a/remote/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service b/remote/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service new file mode 100644 index 00000000..b8139a97 --- /dev/null +++ b/remote/modules/kdm-theme-bwlp/data/etc/systemd/system/kdm-hwinfo-warnings.service @@ -0,0 +1,9 @@ +[Unit] +Description=Patch warnings into KDM theme +After=hardware-stats.service +Before=kdm.service + +[Service] +Type=oneshot +ExecStart=/opt/openslx/scripts/systemd-kdm_hwinfo_warnings +RemainAfterExit=yes diff --git a/remote/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service b/remote/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service new file mode 120000 index 00000000..e6de5e15 --- /dev/null +++ b/remote/modules/kdm-theme-bwlp/data/etc/systemd/system/multi-user.target.wants/kdm-hwinfo-warnings.service @@ -0,0 +1 @@ +../kdm-hwinfo-warnings.service
\ No newline at end of file |
