14 lines
340 B
SYSTEMD
14 lines
340 B
SYSTEMD
|
|
[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
|