diff --git a/gptbot-pantalaimon.service b/gptbot-pantalaimon.service new file mode 100644 index 0000000..2c8e1b0 --- /dev/null +++ b/gptbot-pantalaimon.service @@ -0,0 +1,15 @@ +[Unit] +Description=Pantalaimon for GPTbot +Requires=network.target + +[Service] +Type=simple +User=gptbot +Group=gptbot +WorkingDirectory=/opt/gptbot +ExecStart=/opt/gptbot/venv/bin/python3 -um pantalaimon.main -c pantalaimon.conf +Restart=always +RestartSec=10 + +[Install] +WantedBy=multi-user.target \ No newline at end of file