summarylogtreecommitdiffstats
path: root/slimevr-server.service
blob: 72d42f125cb5871d42aaa165f8c38c73103d2999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=SlimeVR Full Body Tracking System Server
Documentation=https://docs.slimevr.dev/
StartLimitIntervalSec=30s
StartLimitBurst=3

[Service]
ExecStart=/usr/bin/slimevr-server
WorkingDirectory=/opt/slimevr-server
TimeoutStopSec=5
KillMode=mixed
Restart=always
RestartSec=2

[Install]
WantedBy=default.target