3cx-telefonie.service 352 B

123456789101112131415161718
  1. [Unit]
  2. Description=3CX Telefonie Middleware
  3. After=network-online.target
  4. Wants=network-online.target
  5. [Service]
  6. Type=simple
  7. WorkingDirectory=/opt/3cx-middleware
  8. EnvironmentFile=/opt/3cx-middleware/.env
  9. ExecStart=/opt/3cx-middleware/.venv/bin/python -m app
  10. Restart=always
  11. RestartSec=5
  12. User=telephony
  13. Group=telephony
  14. [Install]
  15. WantedBy=multi-user.target