summarylogtreecommitdiffstats
path: root/chatlab-web.service
blob: e65c98c2078de8ad3fc575905d6232a150cade20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=ChatLab WebUI and HTTP API Service (user)
Documentation=https://chatlab.fun
After=network.target
Conflicts=chatlab-api.service

[Service]
Type=simple
ExecStart=/usr/bin/chatlab start --no-open
Restart=always
RestartSec=5
SyslogIdentifier=chatlab-web
PrivateTmp=true

[Install]
WantedBy=default.target