X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-backlight%40.service.in;h=e945d8733f881139d16cd9d100e6610c4c6dd2f8;hp=5caa5d531f4362d137123a70f486ba707513ecb7;hb=81fd105a5f9762fa2f2e42bc949876e32b3a126f;hpb=6c8c92fef72cf6a7ef7109a424ef82dbdc4f6952 diff --git a/units/systemd-backlight@.service.in b/units/systemd-backlight@.service.in index 5caa5d531..e945d8733 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 %I +Description=Load/Save Screen Backlight Brightness of %i Documentation=man:systemd-backlight@.service(8) DefaultDependencies=no RequiresMountsFor=/var/lib/systemd/backlight @@ -17,5 +17,5 @@ Before=sysinit.target shutdown.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-backlight load %I -ExecStop=@rootlibexecdir@/systemd-backlight save %I +ExecStart=@rootlibexecdir@/systemd-backlight load %i +ExecStop=@rootlibexecdir@/systemd-backlight save %i