mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
14 lines
234 B
SYSTEMD
14 lines
234 B
SYSTEMD
|
[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
|