Skip to content

Instantly share code, notes, and snippets.

@thenaterhood
Created October 23, 2016 02:15
Show Gist options
  • Save thenaterhood/82d263945ff2f5248c73df63efd9f299 to your computer and use it in GitHub Desktop.
Save thenaterhood/82d263945ff2f5248c73df63efd9f299 to your computer and use it in GitHub Desktop.
[Unit]
Description=Teleirc Telegram to IRC bridge bot
After=network.target
[Service]
User=teleirc
WorkingDirectory=/var/lib/teleirc
ExecStart=/usr/bin/node teleirc.js
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment