summaryrefslogtreecommitdiffstats
path: root/other/systemd/mba6x-backlight.service
diff options
context:
space:
mode:
Diffstat (limited to 'other/systemd/mba6x-backlight.service')
-rw-r--r--other/systemd/mba6x-backlight.service18
1 files changed, 0 insertions, 18 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