ignore + systemd service file
This commit is contained in:
parent
1b10071d4a
commit
a04a439c2b
2 changed files with 16 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
10
hj-twitch-bot.service
Normal file
10
hj-twitch-bot.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue