10 lines
199 B
Desktop File
10 lines
199 B
Desktop File
[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
|