Skip to content

Instantly share code, notes, and snippets.

@discountry
Last active December 6, 2022 16:37
Show Gist options
  • Select an option

  • Save discountry/b16687a031146ce87f7e981f7f540bdd to your computer and use it in GitHub Desktop.

Select an option

Save discountry/b16687a031146ce87f7e981f7f540bdd to your computer and use it in GitHub Desktop.
[Unit]
Description=Run chatGPT binary
Wants=network.target
After=network.target
[Service]
Type=simple
DynamicUser=yes
WorkingDirectory=/var/www/chatGPT
Environment=XDG_CONFIG_HOME="/path-to/.config"
ExecStart=/path-to/chatGPT/chatgpt-telegram
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment