summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-brightness/data/etc/systemd/system/slx-brightness.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/slx-brightness/data/etc/systemd/system/slx-brightness.service')
-rw-r--r--core/modules/slx-brightness/data/etc/systemd/system/slx-brightness.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/slx-brightness/data/etc/systemd/system/slx-brightness.service b/core/modules/slx-brightness/data/etc/systemd/system/slx-brightness.service
new file mode 100644
index 00000000..c75fdaf0
--- /dev/null
+++ b/core/modules/slx-brightness/data/etc/systemd/system/slx-brightness.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Handle display brightness keys
+
+[Service]
+Type=forking
+ExecStart=/opt/openslx/scripts/systemd-slx_brightness
+Restart=on-failure