correct systemd unit files install location hint
[~bandali/configs] / other / systemd / mba6x-backlight.service
CommitLineData
05806b3f 1# copy to /etc/systemd/system/ (at least on Arch Linux)
eb690e73
AB
2
3[Unit]
4Description=Load/Save Screen Backlight Brightness of backlight:mba6x_backlight
5DefaultDependencies=no
6RequiresMountsFor=/var/lib/systemd/backlight
7Conflicts=shutdown.target
8After=systemd-remount-fs.service
9Before=sysinit.target shutdown.target
10
11[Service]
12Type=oneshot
13RemainAfterExit=yes
14ExecStart=/usr/lib/systemd/systemd-backlight load backlight:mba6x_backlight
15ExecStop=/usr/lib/systemd/systemd-backlight save backlight:mba6x_backlight
16
17[Install]
18WantedBy=multi-user.target