2020-11-12 12:22:38 -06:00
|
|
|
[Unit]
|
|
|
|
Description=PDDF module and device initialization service
|
|
|
|
Before=pmon.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-01-03 00:28:48 -06:00
|
|
|
ExecStartPre=-/usr/local/bin/pre_pddf_init.sh
|
2020-11-12 12:22:38 -06:00
|
|
|
ExecStart=/usr/local/bin/pddf_util.py install
|
|
|
|
ExecStop=/usr/local/bin/pddf_util.py clean
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|