mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
13 lines
273 B
Desktop File
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
|