File size: 204 Bytes
b585c7f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=h2oGPT Server
After=network.target

[Service]
Type=simple
User=ubuntu
WorkingDirectory=/workspace
ExecStart=/usr/bin/bash /workspace/run_h2ogpt.sh

[Install]
WantedBy=multi-user.target