diff --git a/hj-twitch-bot.service b/hj-twitch-bot.service index e68b670..8d937c1 100644 --- a/hj-twitch-bot.service +++ b/hj-twitch-bot.service @@ -3,8 +3,8 @@ Description=HJ's Twitch bot After=network.target [Service] -EnvironmentFile=~pleroma/hj-twitch-bot/secret.env -ExecStart=node ~pleroma/hj-twitch-bot/index.js +EnvironmentFile=/home/pleroma/hj-twitch-bot/secret.env +ExecStart=node /home/pleroma/hj-twitch-bot/index.js [Install] WantedBy=default.target