06000208 / sandplate

An opinionated discord.js bot template
The Unlicense
2 stars 0 forks source link

Write a system for installing node.js as a service, within Linux #19

Closed Xeckt closed 3 years ago

Xeckt commented 4 years ago

I'll be working on creating a little system for easy management on headless Linux systems.

It will have multi distribution support, especially for Debian, CentOS and Ubuntu.

Creating it as a service is a good implementation because it allows aligned interaction with the bot when no GUI is available. This also gives more room for logging on top of what is already there and loads of other systemctl commands for interaction, amongst a myriad of other options.

Mainly, it avoids installing screen or nohup in order to keep it alive after an SSH session disconnects.

I'll update the issue as I go along with the commits to update on progress.

Xeckt commented 3 years ago

Forgot about this project amongst all my workload.

I'll look into getting this back going from today.