py-respondd.service.j2 235 B

12345678910
  1. [Unit]
  2. Description=The py-respondd server provides data about this node to the local network.
  3. [Service]
  4. Type=simple
  5. WorkingDirectory=/opt/py-respondd
  6. ExecStart=/opt/py-respondd/main.py config.json
  7. [Install]
  8. WantedBy=multi-user.target