Delete TelegramBot.service

This commit is contained in:
Lucas Gabriel 2025-02-26 15:20:14 -03:00 committed by GitHub
parent ec8ab02f27
commit 4c02ebc265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +0,0 @@
[Unit]
Description=TelegramBot
After=network.target
[Service]
ExecStart=bash -c 'source $HOME/.profile && (command -v bun &> /dev/null && exec bun start || exec npm start)'
WorkingDirectory=/home/%u/TelegramBot
Restart=always
User=%u
[Install]
WantedBy=multi-user.target