initialize
This commit is contained in:
13
LVX6048/etc/systemd/system/lvx-resolve-links.service
Normal file
13
LVX6048/etc/systemd/system/lvx-resolve-links.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user