Skip to content

Instantly share code, notes, and snippets.

@exos
Created May 31, 2017 11:42
Show Gist options
  • Select an option

  • Save exos/f4473a7cf8f671fa80610670b59b50f9 to your computer and use it in GitHub Desktop.

Select an option

Save exos/f4473a7cf8f671fa80610670b59b50f9 to your computer and use it in GitHub Desktop.
Systemd unit file for ircgrampp
[Unit]
Description=Telegram <-> IRC bridge for %i
After=network.target
[Service]
TimeoutStartSec=5
Restart=always
Environment=SYSTEMD_LOG_LEVEL=debug
Environment=DEBUG=session,-node-telegram-bot-api
ExecStart=/usr/bin/ircgrampp start --only %i
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment