1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[Unit] Description=ChatLab HTTP API Service (user) Documentation=https://chatlab.fun After=network.target Conflicts=chatlab-web.service [Service] Type=simple ExecStart=/usr/bin/chatlab start --headless Restart=always RestartSec=5 SyslogIdentifier=chatlab-api PrivateTmp=true [Install] WantedBy=default.target