secondrun.service 156 B

12345678910
  1. [Unit]
  2. Description=Second boot script.
  3. [Service]
  4. Type=oneshot
  5. ExecStart=/usr/local/bin/secondrun
  6. RemainAfterExit=yes
  7. [Install]
  8. WantedBy=multi-user.target