firstrun.service 154 B

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