Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 260 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 260 Bytes

startup module

Setup

Setup config files for each supported platform are placed in the ./setup directory.

Config

config/startup.json

{
  "init": "systemd",
  "enabled": true,
  "service_name": "myapp",
  "user": "pi",
  "group": "pi"
}