summaryrefslogtreecommitdiffstats
path: root/disable-leds/my-disable-leds.service
blob: 74f3deb5c071c178d8213f642dd5862d40bfa07b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Disable LEDs service
After=network.target

[Service]
Type=simple
User=root
Group=root

ExecStart=/bin/sh /usr/local/bin/my-disable-leds

[Install]
WantedBy=multi-user.target
bues.ch cgit interface