summarylogtreecommitdiffstats
path: root/onnxruntime-server.service
blob: 1dd483a211a9c3cd099658c46d54af96750ea871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[Unit]
Description=TCP and HTTP/HTTPS REST APIs for ONNX inference
Documentation=https://github.com/kibae/onnxruntime-server
After=network-online.target

[Service]
User=onnxruntime-server
Group=onnxruntime-server
WorkingDirectory=~
EnvironmentFile=/etc/onnxruntime-server/config.env
PrivateTmp=true
ProtectHome=true
ProtectSystem=strict
ProtectKernelTunables=true
ProtectHostname=true
ProtectClock=true
ProtectControlGroups=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
NoNewPrivileges=true
PrivateDevices=true
RestrictSUIDSGID=true
ProtectKernelModules=true
RestrictNamespaces=true
RestrictRealtime=true
LockPersonality=true
TimeoutStopSec=7s
KillMode=mixed
KillSignal=SIGTERM
Restart=on-failure
RestartPreventExitStatus=2
ExecStart=/usr/bin/onnxruntime-server

[Install]
WantedBy=multi-user.target