mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
14 lines
234 B
Desktop File
14 lines
234 B
Desktop File
[Unit]
|
|
Description=TelegramBot
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/bun start
|
|
WorkingDirectory=/home/%u/TelegramBot
|
|
Restart=always
|
|
User=%u
|
|
Environment="PATH=/usr/bin:/usr/local/bin"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|