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