ignore + systemd service file

master
Henry Jameson 2 years ago
parent 1b10071d4a
commit a04a439c2b
  1. 6
      .gitignore
  2. 10
      hj-twitch-bot.service

6
.gitignore vendored

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

@ -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
Loading…
Cancel
Save