diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-06 01:51:32 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-06 01:51:32 -0400 |
commit | 0c892839718a0c8c0840ada2dea1c90e3d5b352e (patch) | |
tree | 6812898d60f840b77053399909de251c2b1a9744 /other/systemd | |
parent | 50fff474a3439e5479ae8c8943d89e128c18c132 (diff) | |
download | configs-0c892839718a0c8c0840ada2dea1c90e3d5b352e.tar.gz configs-0c892839718a0c8c0840ada2dea1c90e3d5b352e.tar.xz configs-0c892839718a0c8c0840ada2dea1c90e3d5b352e.zip |
[other] spring cleaning: remove vestigial and old stuff
Diffstat (limited to 'other/systemd')
-rw-r--r-- | other/systemd/mba6x-backlight.service | 18 | ||||
-rw-r--r-- | other/systemd/powertop.service | 11 | ||||
-rw-r--r-- | other/systemd/suppress-gpe-66-4e.service | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/other/systemd/mba6x-backlight.service b/other/systemd/mba6x-backlight.service deleted file mode 100644 index 8fbfde1..0000000 --- a/other/systemd/mba6x-backlight.service +++ /dev/null @@ -1,18 +0,0 @@ -# copy to /etc/systemd/system/ (at least on Arch Linux) - -[Unit] -Description=Load/Save Screen Backlight Brightness of backlight:mba6x_backlight -DefaultDependencies=no -RequiresMountsFor=/var/lib/systemd/backlight -Conflicts=shutdown.target -After=systemd-remount-fs.service -Before=sysinit.target shutdown.target - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/usr/lib/systemd/systemd-backlight load backlight:mba6x_backlight -ExecStop=/usr/lib/systemd/systemd-backlight save backlight:mba6x_backlight - -[Install] -WantedBy=multi-user.target diff --git a/other/systemd/powertop.service b/other/systemd/powertop.service deleted file mode 100644 index d1d41cb..0000000 --- a/other/systemd/powertop.service +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/systemd/system/powertop.service - -[Unit] -Description=Powertop tunings - -[Service] -Type=oneshot -ExecStart=/usr/bin/powertop --auto-tune - -[Install] -WantedBy=multi-user.target
\ No newline at end of file diff --git a/other/systemd/suppress-gpe-66-4e.service b/other/systemd/suppress-gpe-66-4e.service deleted file mode 100644 index 2d44f14..0000000 --- a/other/systemd/suppress-gpe-66-4e.service +++ /dev/null @@ -1,11 +0,0 @@ -# copy to /etc/systemd/system/ (at least on Arch Linux) - -[Unit] -Description=KernGPE66 - -[Service] -ExecStart=/bin/sh -c "echo disable > /sys/firmware/acpi/interrupts/gpe66 && echo disable > /sys/firmware/acpi/interrupts/gpe4E" -Type=oneshot - -[Install] -WantedBy=multi-user.target |