1
0
Fork 0
onnx-web/run/onnx-web.service

14 lines
246 B
SYSTEMD
Raw Permalink Normal View History

2023-11-05 23:46:28 +00:00
[Unit]
Description=onnx-web server
After=network.target
[Service]
Type=simple
# EnvironmentFile=/path/to/your/env
ExecStart=/opt/onnx-web/api/launch.sh
ExecStop=/bin/kill -WINCH ${MAINPID}
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target