BareGit
[Unit]
Description=Telegrammer API Gateway
After=network.target

[Service]
User=telegrammer
Group=telegrammer
# Ensure the token is passed via environment variable or edited into the service file
ExecStart=/usr/bin/telegrammer --token some_token
Restart=on-failure

[Install]
WantedBy=multi-user.target