ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
588 stars 158 forks source link

run as a service #188

Closed ssbarnea closed 7 years ago

ssbarnea commented 7 years ago

We need a solution for running it as a service, or to something that is closer to a service.

ekmartin commented 7 years ago

There's a variety of tools you can use to keep it alive:

If you're running a Linux system that supports it you can also just use systemd, which is probably the simplest option.

ekmartin commented 7 years ago

Or did I misunderstand what you meant with running it as a service?