2018-08-13 05:31:11 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Dell S6000 Platform modules
|
|
|
|
After=local-fs.target
|
2021-01-04 22:33:44 -06:00
|
|
|
Before=pmon.service determine-reboot-cause.service
|
2018-08-13 05:31:11 -05:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2019-07-24 14:15:46 -05:00
|
|
|
ExecStart=/usr/local/bin/s6000_platform.sh init
|
|
|
|
ExecStop=/usr/local/bin/s6000_platform.sh deinit
|
2018-08-13 05:31:11 -05:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|