| 123456789101112131415161718 |
- [Unit]
- Description=3CX Telefonie Middleware
- After=network-online.target
- Wants=network-online.target
- [Service]
- Type=simple
- WorkingDirectory=/opt/3cx-middleware
- EnvironmentFile=/opt/3cx-middleware/.env
- ExecStart=/opt/3cx-middleware/.venv/bin/python -m app
- Restart=always
- RestartSec=5
- User=telephony
- Group=telephony
- [Install]
- WantedBy=multi-user.target
|