kowalski/TelegramBot.service
2025-02-25 17:53:16 -03:00

13 lines
273 B
Desktop File

[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