Files
shaggy-solar/LVX6048/etc/systemd/system/lvx-resolve-links.service

14 lines
340 B
SYSTEMD
Raw Normal View History

2026-04-24 16:34:10 -04:00
[Unit]
Description=Resolve LVX6048 hidraw symlinks by PI18 serial
After=systemd-udev-settle.service
Wants=systemd-udev-settle.service
# powermon services Requires= this unit, so they won't start until it succeeds.
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/lvx-resolve-links
[Install]
WantedBy=multi-user.target