13 lines
229 B
SYSTEMD
13 lines
229 B
SYSTEMD
|
[Unit]
|
||
|
Description=Dell S6100 I2C MUX Enumeration
|
||
|
Before=pmon.service
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/s6100_i2c_enumeration.sh init
|
||
|
RemainAfterExit=no
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|