parent
1b10071d4a
commit
a04a439c2b
@ -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…
Reference in new issue