11 lines
182 B
Desktop File
11 lines
182 B
Desktop File
[Unit]
|
|
Description=Initialize i2c-mcp2221 driver.
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /usr/local/bin/driver_load.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|