summaryrefslogtreecommitdiff
path: root/units/systemd-backlight@.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-08-14 02:55:57 +0200
committerLennart Poettering <lennart@poettering.net>2013-08-14 02:55:57 +0200
commit875c6e1b48f37a07dfbb80d6653c73f205e94260 (patch)
tree92f0810adac8e3387c7a9dd66cdcf47d6629fbff /units/systemd-backlight@.service.in
parent3731acf1acfb4a6eb68374a5b137f3b368f63381 (diff)
backlight: instead of syspath use sysname for identifying backlight devices
This makes the description string of the backlight service a bit nicer.
Diffstat (limited to 'units/systemd-backlight@.service.in')
-rw-r--r--units/systemd-backlight@.service.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/units/systemd-backlight@.service.in b/units/systemd-backlight@.service.in
index 14b12198e..b0e75db39 100644
--- a/units/systemd-backlight@.service.in
+++ b/units/systemd-backlight@.service.in
@@ -6,7 +6,7 @@
# (at your option) any later version.
[Unit]
-Description=Load/Save Screen Backlight Brightness of %f
+Description=Load/Save Screen Backlight Brightness of %I
Documentation=man:systemd-backlight@.service(8)
DefaultDependencies=no
RequiresMountsFor=/var/lib/backlight
@@ -17,5 +17,5 @@ Before=sysinit.target shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=@rootlibexecdir@/systemd-backlight load %f
-ExecStop=@rootlibexecdir@/systemd-backlight save %f
+ExecStart=@rootlibexecdir@/systemd-backlight load %I
+ExecStop=@rootlibexecdir@/systemd-backlight save %I