Skip to content

Instantly share code, notes, and snippets.

@ma2shita
Created November 26, 2019 00:49
Show Gist options
  • Select an option

  • Save ma2shita/2f078cbe63e522bd52ddda4669d96808 to your computer and use it in GitHub Desktop.

Select an option

Save ma2shita/2f078cbe63e522bd52ddda4669d96808 to your computer and use it in GitHub Desktop.
systemd unit file for `emit_data_a.bash`
[Unit]
Description = Emit data for Product Line demo on SORACOM Lagoon
[Service]
Type = simple
WorkingDirectory = /home/USERNAME/productline-demo/
ExecStart = /bin/bash emit_data_a.bash
[Install]
WantedBy = default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment