Created
November 26, 2019 00:49
-
-
Save ma2shita/2f078cbe63e522bd52ddda4669d96808 to your computer and use it in GitHub Desktop.
systemd unit file for `emit_data_a.bash`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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