Files
Arch-R/packages/sysutils/busybox/system.d/ledfix.service
Christian Hewitt b40bee5018 busybox: ledfix should not depend on kodi or gui
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2025-05-11 12:28:50 +00:00

13 lines
199 B
Desktop File

[Unit]
Description=LEDfix Service
After=network-online.target
[Service]
Type=oneshot
ExecStart=/bin/sh /usr/bin/ledfix
RemainAfterExit=yes
StartLimitInterval=0
[Install]
WantedBy=multi-user.target