ignore + systemd service file

This commit is contained in:
Henry Jameson 2021-06-09 14:17:08 +03:00
commit a04a439c2b
2 changed files with 16 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.DS_Store
.idea
*.log
tmp/
node_modules/
npm-debug.log

10
hj-twitch-bot.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=HJ's Twitch bot
After=network.target
[Service]
EnvironmentFile=~pleroma/hj-twitch-bot/secret.env
ExecStart=node ~pleroma/hj-twitch-bot/index.js
[Install]
WantedBy=default.target