jsonjumble.service 252 B

12345678910111213
  1. [Unit]
  2. Description=JSON Jumble Data Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. WorkingDirectory=/var/www/jsonjumble.com
  7. ExecStart=/var/www/jsonjumble.com/jsonjumble
  8. Restart=on-failure
  9. User=jsonjumble-data
  10. [Install]
  11. WantedBy=multi-user.target