summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-python/python3-rasa/files/rasa-service.service
blob: 7d91032c3b6a68f0548f6205b94314d367cce650 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=RASA Service
After=network.target

[Service]
ExecStart=/usr/bin/rasa run --enable-api -m /usr/share/nlu/rasa/models/ -p 51054
Restart=always

[Install]
WantedBy=multi-user.target