telegram-fhome-bot

go build

systemd setup

install

cp telegram-fhome-bot.service ~/.config/systemd/user
systemctl --user daemon-reload

Now you can see that systemd sees it:

systemctl --user list-unit-files --type service
systemctl --user enable telegram-fhome-bot.service

view logs

journalctl --user --unit telegram-fhome-bot.service --follow