Adding a Startup and Shutdown Script for PCIe-NPL54

Reference


Overview

  • We will create 3 files

    • startup script

    • shutdown script

    • systemd service

  • Then we will install the service by additional commands


Files

Startup Script

File name: /usr/local/bin/npl54-start.sh

Shutdown Script

File name: /usr/local/bin/npl54-shutdown.sh

Systemd Service

File name: /etc/systemd/system/npl54-start-stop-script.service


Service Installation

Last updated