ffho-first-boot.service 309 B

123456789101112131415
  1. [Unit]
  2. Description=FFHO first boot service
  3. After=network-online.target
  4. Wants=network-online.target
  5. ConditionPathExists=/etc/freifunk/late-command-OK
  6. [Service]
  7. Type=oneshot
  8. RemainAfterExit=yes
  9. SyslogIdentifier=ffho-first-boot
  10. ExecStart=/opt/ffho/sbin/ffho-first-boot.sh
  11. [Install]
  12. WantedBy=multi-user.target